Skip to content

Commit

Permalink
not well-formed -> malformed
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Jan 2, 2025
1 parent b8a06bd commit c717418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/char.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ end
codepoint(c::AbstractChar) -> Integer
Return the Unicode codepoint (an unsigned integer) corresponding
to the character `c` (or throw an exception if `c` does not represent
a well-formed character). For `Char`, this is a `UInt32` value, but
to the character `c` (or throw an exception if `c` represents
a malformed character). For `Char`, this is a `UInt32` value, but
`AbstractChar` types that represent only a subset of Unicode may
return a different-sized integer (e.g. `UInt8`).
Expand Down

0 comments on commit c717418

Please sign in to comment.