Skip to content

Commit 84c9444

Browse files
authored
docs(vrl): fix return type for mod function in VRL function reference (#24312)
1 parent df4f362 commit 84c9444

File tree

1 file changed

+1
-1
lines changed
  • website/cue/reference/remap/functions

1 file changed

+1
-1
lines changed

website/cue/reference/remap/functions/mod.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ remap: functions: mod: {
2525
"`modulus` is not an integer or float.",
2626
"`modulus` is equal to 0.",
2727
]
28-
return: types: ["string"]
28+
return: types: ["integer", "float"]
2929

3030
examples: [
3131
{

0 commit comments

Comments
 (0)