Skip to content

Commit

Permalink
Update website/cue/reference/remap/functions/crc.cue
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Jan 10, 2025
1 parent e0cffc3 commit 95e9356
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/cue/reference/remap/functions/crc.cue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,10 @@ remap: functions: crc: {
type: ["string"]
},
]
internal_failure_reasons: []
internal_failure_reasons: [
"`value` is not a string.",
"`algorithm` is not a supported algorithm.",
]
return: types: ["string"]

examples: [
Expand Down

0 comments on commit 95e9356

Please sign in to comment.