diff options
| author | kennytm <kennytm@gmail.com> | 2018-08-21 01:20:25 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-08-21 17:51:49 +0800 |
| commit | b5519db3236a94c1f090dcafaf38ef858ec33a26 (patch) | |
| tree | 8dda85089b5fcfeaa4909389fa0777e6a908d4e0 /src/librustdoc/html | |
| parent | 0834a1aea7e35deef88981eb90b12d62b6886fd6 (diff) | |
| parent | 71120ef1e5cb885ee45e6148970db6ce93ce1aca (diff) | |
| download | rust-b5519db3236a94c1f090dcafaf38ef858ec33a26.tar.gz rust-b5519db3236a94c1f090dcafaf38ef858ec33a26.zip | |
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
Fix typos found by codespell.
Diffstat (limited to 'src/librustdoc/html')
| -rw-r--r-- | src/librustdoc/html/render.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/render.rs b/src/librustdoc/html/render.rs index 44a9710e30f..4caea56faad 100644 --- a/src/librustdoc/html/render.rs +++ b/src/librustdoc/html/render.rs @@ -315,7 +315,7 @@ pub struct Cache { // the access levels from crateanalysis. pub access_levels: Arc<AccessLevels<DefId>>, - /// The version of the crate being documented, if given fron the `--crate-version` flag. + /// The version of the crate being documented, if given from the `--crate-version` flag. pub crate_version: Option<String>, // Private fields only used when initially crawling a crate to build a cache |
