From d34c723564cf3443a2589ef42c9aefda1488f4e0 Mon Sep 17 00:00:00 2001 From: Patrick Pijnappel Date: Fri, 18 Mar 2016 17:19:14 +1100 Subject: [PATCH] Spell UTF8/UTF16 with a dash --- proposals/XXXX-iterator-post-nil-guarantee.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/XXXX-iterator-post-nil-guarantee.md b/proposals/XXXX-iterator-post-nil-guarantee.md index c778c6f068..a1b07d138b 100644 --- a/proposals/XXXX-iterator-post-nil-guarantee.md +++ b/proposals/XXXX-iterator-post-nil-guarantee.md @@ -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