Skip to content

Commit

Permalink
Fix a typo (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
RoBo-Inc authored Oct 9, 2024
1 parent 82f10fc commit eef5d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Parsing/Builders/OneOfBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// }
/// let money = Parse { currency; Digits() }
///
/// try currency.parse("$100") // (.usd, 100)
/// try money.parse("$100") // (.usd, 100)
/// ```
@resultBuilder
public enum OneOfBuilder<Input, Output> {
Expand Down

0 comments on commit eef5d50

Please sign in to comment.