We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b9ba4 commit f9aea4aCopy full SHA for f9aea4a
src/gleam/dynamic/decode.gleam
@@ -69,7 +69,7 @@
69
//// // Data:
70
//// // 12.45
71
////
72
-//// let result = decode.run(data, decode.optional(decode.int))
+//// let result = decode.run(data, decode.optional(decode.float))
73
//// assert result == Ok(option.Some(12.45))
74
//// ```
75
//// ```gleam
0 commit comments