diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-02-05 13:14:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-05 13:14:33 +0100 |
| commit | c0fbac58dbd393be42e7a44175c631a5b9e55d59 (patch) | |
| tree | f40c1c6fe6eebab6471bb8c94c50413d303aedca | |
| parent | 3096e1317ac6e811564deeaed34af3d0af1c3f4a (diff) | |
| parent | 9713b5696b215b49a927ba55a5c5681a8f220e47 (diff) | |
| download | rust-c0fbac58dbd393be42e7a44175c631a5b9e55d59.tar.gz rust-c0fbac58dbd393be42e7a44175c631a5b9e55d59.zip | |
Rollup merge of #68846 - king6cong:doc-fix, r=GuillaumeGomez
doc fix on doc attribute None
| -rw-r--r-- | src/doc/rustdoc/src/the-doc-attribute.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustdoc/src/the-doc-attribute.md b/src/doc/rustdoc/src/the-doc-attribute.md index 80ac405eb2f..ef143c8727e 100644 --- a/src/doc/rustdoc/src/the-doc-attribute.md +++ b/src/doc/rustdoc/src/the-doc-attribute.md @@ -39,7 +39,7 @@ crate level, and ones that are useful at the item level. ## At the crate level -These options control how the docs look at a macro level. +These options control how the docs look at a crate level. ### `html_favicon_url` |
