about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorIvan Tham <pickfire@riseup.net>2020-06-28 00:23:37 +0800
committerGitHub <noreply@github.com>2020-06-28 00:23:37 +0800
commit725918f17e9a2c1e8a0ffec658d1363681f768bd (patch)
tree04264c39a93423d5f10090a0a7187834cb10200a /src
parentf772587aba7b2be9a2fa708a26ba2605e32148ff (diff)
downloadrust-725918f17e9a2c1e8a0ffec658d1363681f768bd.tar.gz
rust-725918f17e9a2c1e8a0ffec658d1363681f768bd.zip
Update src/doc/unstable-book/src/language-features/rustc-attrs.md
Co-authored-by: Ralf Jung <post@ralfj.de>
Diffstat (limited to 'src')
-rw-r--r--src/doc/unstable-book/src/language-features/rustc-attrs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/rustc-attrs.md b/src/doc/unstable-book/src/language-features/rustc-attrs.md
index 500ae61b1dd..01450c8fb1f 100644
--- a/src/doc/unstable-book/src/language-features/rustc-attrs.md
+++ b/src/doc/unstable-book/src/language-features/rustc-attrs.md
@@ -1,6 +1,6 @@
 # `rustc_attrs`
 
-This feature has no tracking issue, and is therefore likely internal to
+This feature has no tracking issue, and is therefore internal to
 the compiler, not being intended for general use.
 
 ------------------------