Skip to content

Commit

Permalink
Remove mention of base 0 (inferred base) support
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Nov 9, 2024
1 parent 7b76ebc commit c95a922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse_error.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub type ParseError {

/// Represents an error when the base provided for parsing is invalid.
///
/// - `base`: The invalid base as an `Int`. The base must be between 2 and 36 inclusive, or 0.
/// - `base`: The invalid base as an `Int`. The base must be between 2 and 36 inclusive.
InvalidBaseValue(base: Int)
}

Expand Down

0 comments on commit c95a922

Please sign in to comment.