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 63593ee commit 32119aaCopy full SHA for 32119aa
src/gleam/dynamic/decode.gleam
@@ -232,7 +232,7 @@
232
//// use name <- decode.field("name", decode.string)
233
//// use badge_count <- decode.field("badge-count", decode.int)
234
//// decode.success(Trainer(name, badge_count))
235
-//// })
+//// }
236
////
237
//// let gym_leader_decoder = {
238
@@ -242,7 +242,7 @@
242
//// ```
243
244
//// A third decoder can be used to extract and decode the `"type"` field, and the
245
-//// `then` function then returns whichever decoder is suitable for the document.
+//// expression can evaluate to whichever decoder is suitable for the document.
246
247
//// ```gleam
248
//// // Data:
0 commit comments