Commit ad5714c 1 parent f43251e commit ad5714c Copy full SHA for ad5714c
File tree 3 files changed +3
-3
lines changed
website/cue/reference/remap/functions
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,4 +42,4 @@ remap: functions: contains_all: {
42
42
},
43
43
]
44
44
45
- }
45
+ }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ remap: functions: from_unix_timestamp: {
24
24
seconds : " Express Unix time in seconds "
25
25
milliseconds : " Express Unix time in milliseconds "
26
26
nanoseconds : " Express Unix time in nanoseconds "
27
- nanoseconds : " Express Unix time in microseconds "
27
+ microseconds : " Express Unix time in microseconds "
28
28
}
29
29
default : " seconds "
30
30
},
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package metadata
3
3
remap : functions : parse_float : {
4
4
category : " String "
5
5
description : """
6
- Parses the string `value` representing a floating point number in base 10 to an float.
6
+ Parses the string `value` representing a floating point number in base 10 to a float.
7
7
"""
8
8
9
9
arguments : [
You can’t perform that action at this time.
0 commit comments