index
:
blog.git
Go Blog server code and content
log msg
author
committer
range
master
about
summary
refs
log
tree
commit
diff
path:
root
/
content
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
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
parent
c4fbb6d4317f8647d61dbb446e3813cfa104464a
(
diff
)
go.blog: fix typo in normalization article table
R=rsc https://golang.org/cl/33630044
Diffstat
(limited to 'content')
-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>