about summary refs log tree commit diff
path: root/src/doc
diff options
context:
space:
mode:
authorMark Mansi <markm@cs.wisc.edu>2018-03-17 11:46:31 -0500
committerMark Mansi <markm@cs.wisc.edu>2018-03-26 08:37:56 -0500
commit07104692d5df1401fe0109fca800e4efe4e81a6c (patch)
treee7856e54c9046533f10a6d78cd06b53a1a2adebc /src/doc
parentea89b507b37e089e87af5646042b911c84656b4a (diff)
Fix missed i128 feature gates
Diffstat (limited to 'src/doc')
-rw-r--r--src/doc/unstable-book/src/language-features/repr128.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/repr128.md b/src/doc/unstable-book/src/language-features/repr128.md
index 3c86d581fa7..0858988952c 100644
--- a/src/doc/unstable-book/src/language-features/repr128.md
+++ b/src/doc/unstable-book/src/language-features/repr128.md
@@ -1,4 +1,4 @@
-# `repri128`
+# `repr128`
 
 The tracking issue for this feature is: [#35118]