Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephTLyons committed Dec 7, 2024
1 parent 26abf1a commit 967082a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/parse_error.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ pub type ParseError {
/// This also implies that numbers that parse to `Infinity` and `-Infinity`,
/// on the JavaScript target, will emit this error.
///
/// Note that Erlang's max and min integer limits are not handled and the
/// program will crash.
/// Note that Erlang's max and min integer limits are not handled.
OutOfIntRange(integer_string: String)

/// Represents an error when the parsed number cannot be fit within the float
Expand Down

0 comments on commit 967082a

Please sign in to comment.