From 046aae18db4a50afdb61fbcb185b4c2778aa682e Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Tue, 21 Apr 2020 23:14:40 +0700 Subject: [PATCH] Update character-encoding-introduction.md Fix unicode character name. --- docs/standard/base-types/character-encoding-introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/standard/base-types/character-encoding-introduction.md b/docs/standard/base-types/character-encoding-introduction.md index eb7f5733241c9..3e8d9295f40e7 100644 --- a/docs/standard/base-types/character-encoding-introduction.md +++ b/docs/standard/base-types/character-encoding-introduction.md @@ -237,7 +237,7 @@ Consider the `string` instances "a", "á". "á", and "`👩🏽‍🚒`". If yo * The string "á" is represented by one scalar value and contains one `char` instance. - * `U+00E1 LATIN SMALL LETTER E WITH ACUTE` + * `U+00E1 LATIN SMALL LETTER A WITH ACUTE` * The string "á" looks the same as "á" but is represented by two scalar values and contains two `char` instances.