diff options
| author | Rune Tynan <runetynan@gmail.com> | 2021-01-28 11:15:43 -0500 |
|---|---|---|
| committer | Rune Tynan <runetynan@gmail.com> | 2021-01-28 11:15:43 -0500 |
| commit | 3aa8456c884a4c230ee34e79bf3d2fcc6c379658 (patch) | |
| tree | 4c549fd730a44a162a22131b18e9a521fd018da8 | |
| parent | 67b78a027111090feccc8434ce9634c9f65ec34d (diff) | |
| download | rust-3aa8456c884a4c230ee34e79bf3d2fcc6c379658.tar.gz rust-3aa8456c884a4c230ee34e79bf3d2fcc6c379658.zip | |
Fix README typo
| -rw-r--r-- | src/rustdoc-json-types/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc-json-types/README.md b/src/rustdoc-json-types/README.md index 17894c3c61d..1e67d37655c 100644 --- a/src/rustdoc-json-types/README.md +++ b/src/rustdoc-json-types/README.md @@ -9,4 +9,4 @@ follow semver guarantees about the version of the format. JSON format X will alw compatible with rustdoc-json-types version N. Currently, this crate is only used by rustdoc itself. Upon the stabilization of -rustdoc-json, it may be start to be distributed separately for consumers of the API. +rustdoc-json, it may be distributed separately for consumers of the API. |
