Skip to content

Commit

Permalink
docs: fix single quote to double
Browse files Browse the repository at this point in the history
  • Loading branch information
Guria authored Oct 6, 2024
1 parent 7be9426 commit a57ab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toy.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ pub fn optional_subfield(
///
/// ```gleam
/// pub fn user_decoder() {
/// use name <- toy.field("name', toy.string)
/// use name <- toy.field("name", toy.string)
/// toy.decoded(User(name:))
/// }
/// ```
Expand Down

0 comments on commit a57ab67

Please sign in to comment.