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 928f8fb commit dfaebe9Copy full SHA for dfaebe9
src/gleam/dynamic/decode.gleam
@@ -503,7 +503,7 @@ pub fn decode_error(
503
/// let decoder = {
504
/// use name <- decode.field("name", string)
505
/// use email <- decode.field("email", string)
506
-/// SignUp(name: name, email: email)
+/// decode.success(SignUp(name: name, email: email))
507
/// }
508
///
509
/// let result = decode.run(data, decoder)
0 commit comments