Skip to content

Commit ad5714c

Browse files
committed
Ran cargo fmt
1 parent f43251e commit ad5714c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/cue/reference/remap/functions/contains_all.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ remap: functions: contains_all: {
4242
},
4343
]
4444

45-
}
45+
}

website/cue/reference/remap/functions/from_unix_timestamp.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ remap: functions: from_unix_timestamp: {
2424
seconds: "Express Unix time in seconds"
2525
milliseconds: "Express Unix time in milliseconds"
2626
nanoseconds: "Express Unix time in nanoseconds"
27-
nanoseconds: "Express Unix time in microseconds"
27+
microseconds: "Express Unix time in microseconds"
2828
}
2929
default: "seconds"
3030
},

website/cue/reference/remap/functions/parse_float.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package metadata
33
remap: functions: parse_float: {
44
category: "String"
55
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.
77
"""
88

99
arguments: [

0 commit comments

Comments
 (0)