Skip to content

Commit

Permalink
Spell UTF8/UTF16 with a dash
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickPijnappel committed Mar 18, 2016
1 parent 2393abb commit d34c723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/XXXX-iterator-post-nil-guarantee.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ branching can usually optimized away.
- Not having the post-`nil` guarantee can sometimes add storage and performance
burden for the caller instead, e.g. when an iterator somehow buffers it's
underlying iterator. This in contrast can usually not be optimized away. For
example, the standard library's UTF8/UTF16 decoding has 4 instead of 3 branches
example, the standard library's UTF-8/UTF-16 decoding has 4 instead of 3 branches
per character for ASCII because of this.

## Detailed design
Expand Down

0 comments on commit d34c723

Please sign in to comment.