From 2b26ce177339bd0213ea36904b0968c7244b54d2 Mon Sep 17 00:00:00 2001 From: Simon Drake Date: Tue, 30 Jun 2020 08:26:52 +0000 Subject: content: fix italic text in matchlang.article Fix italic text by removing the space between the underscore and first letter. Screenshot of issue: image Screenshot of fix: image Change-Id: I7698f6f40295221c8b4d00d7ae28a0cdc45fc436 GitHub-Last-Rev: cb14d1cd83ae5115c01ff72c0f1b9e96ba85d9f5 GitHub-Pull-Request: golang/blog#40 Reviewed-on: https://go-review.googlesource.com/c/blog/+/240480 Reviewed-by: Bryan C. Mills Run-TryBot: Bryan C. Mills TryBot-Result: Gobot Gobot --- content/matchlang.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/matchlang.article b/content/matchlang.article index cb3b90b..70c121a 100644 --- a/content/matchlang.article +++ b/content/matchlang.article @@ -55,7 +55,7 @@ This is partly because the boundaries of human languages are not well defined and partly because of the legacy of evolving language tag standards. In this section we will show some of the messy aspects of handling language tags. -_ Tags with different language codes can indicate the same language_ +_Tags with different language codes can indicate the same language_ For historical and political reasons, many language codes have changed over time, leaving languages with an older legacy code as well as a new one. -- cgit v1.2.3