Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Oct 10, 2024
1 parent d79c75f commit e84d1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0257-utf8-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ undefined. When possible, SDKs SHOULD use a built-in library for this
repair (for example, [Golang's
`strings.ToValidUTF8()`](https://pkg.go.dev/strings#ToValidUTF8) or
[Rust's
`String::to_utf8_lossy()`](https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8_lossy)
`String::from_utf8_lossy()`](https://doc.rust-lang.org/std/string/struct.String.html#method.from_utf8_lossy)
satisfy this requirement).

#### No byte-slice valued attribute API
Expand Down

0 comments on commit e84d1e9

Please sign in to comment.