diff options
author | Andrew Gerrand <adg@golang.org> | 2013-11-27 14:38:04 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-11-27 14:38:04 +1100 |
commit | 7ca216336188ae9a7621a34e270d120ee093fea1 (patch) | |
tree | d04ffd2b4a21a55396fd77be9fa3d31db4d3f21e /content/normalization | |
parent | c4fbb6d4317f8647d61dbb446e3813cfa104464a (diff) |
go.blog: fix typo in normalization article table
R=rsc
https://golang.org/cl/33630044
Diffstat (limited to 'content/normalization')
-rw-r--r-- | content/normalization/table1.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/normalization/table1.html b/content/normalization/table1.html index a1f0178..824cbdf 100644 --- a/content/normalization/table1.html +++ b/content/normalization/table1.html @@ -14,7 +14,7 @@ </tr> <tr> <th>Compatibility equivalence</th> - <td>NFK</td> - <td>NFK</td> + <td>NFKC</td> + <td>NFKD</td> </tr> </table> |