Skip to content

Commit e550c6e

Browse files
aDotInTheVoidGuillaumeGomez
authored andcommitted
typo fixes
1 parent 57dd3b8 commit e550c6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

text/0000-rustdoc-types-maintainers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ The `rust-lang-owner` is needed because team owners cannot add new owners.
9999
- It may be desirable to one day use different types for rustdoc serialization vs users deserialization
100100

101101
Reasons for this:
102-
- It could enable performance optmizations by avoiding allocations into strings
102+
- It could enable performance optimizations by avoiding allocations into strings
103103
- It could help with stabilization:
104-
- Allows making structs/enums `#[non_exaustive]`
105-
- Allows potentially supporting multiple format verions.
104+
- Allows making structs/enums `#[non_exhaustive]`
105+
- Allows potentially supporting multiple format versions.
106106
- `rustdoc-types` is a nicer name, and what people already depend on.
107107

108108
# Prior art
@@ -115,8 +115,8 @@ The `rust-lang-owner` is needed because team owners cannot add new owners.
115115
command gives JSON information about a cargo package. The
116116
[cargo-metadata](https://docs.rs/cargo_metadata/latest/cargo_metadata/) crate
117117
provides access to this. Instead of being a export of the cargo-side type declarations,
118-
it's manually written, and not officially maintained. This has [lead to compatibilty issues](https://github.com/oli-obk/cargo_metadata/issues/240)
119-
in the past. Desipite being stable, the exact compatibilty story [isn't yet determined](https://github.com/rust-lang/cargo/issues/12377).
118+
it's manually written, and not officially maintained. This has [lead to compatibility issues](https://github.com/oli-obk/cargo_metadata/issues/240)
119+
in the past. Despite being stable, the exact compatibility story [isn't yet determined](https://github.com/rust-lang/cargo/issues/12377).
120120

121121
# Unresolved questions
122122
[unresolved-questions]: #unresolved-questions

0 commit comments

Comments
 (0)