rustdoc-types-maintainers.md: typo fix

Co-authored-by: Noah Lev <camelidcamel@gmail.com>
This commit is contained in:
Alona Enraght-Moony 2024-09-22 23:10:09 +01:00 committed by Guillaume Gomez
parent dbb2a8927b
commit 434898775a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ The [rustdoc-types](https://crates.io/crates/rustdoc-types) crate will go from b
# Motivation
[motivation]: #motivation
[`rustdoc-types`](https://crates.io/crates/rustdoc-types) is a crate published on crates.io. It is used by users of the unstable [rustdoc JSON](https://github.com/rust-lang/rust/issues/76578) backend to provided a type representing the output of `rustdoc --output-format json`. It's published on crates.io to be used by out-of-tree tools that take rustdoc-json as an input. E.g:
[`rustdoc-types`](https://crates.io/crates/rustdoc-types) is a crate published on crates.io. It is used by users of the unstable [rustdoc JSON](https://github.com/rust-lang/rust/issues/76578) backend to provide a type representing the output of `rustdoc --output-format json`. It's published on crates.io to be used by out-of-tree tools that take rustdoc-json as an input. E.g:
| Name | Purpose |
|--|--|