Skip to content

Commit 59e3a23

Browse files
committed
CHANGELOG.md: Fix spelling, puncuation, and grammar.
1 parent be0c2d4 commit 59e3a23

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Inline(Hint)]"`, instead of `#["inline"]`
88

99
> [!NOTE]
1010
> Due to a mistake, format version 47/rustdoc-types 0.47.0 was skipped, and will
11-
> never exist see [here](https://github.com/rust-lang/rust/pull/138165#discussion_r2157457743)
11+
> never exist. See [here](https://github.com/rust-lang/rust/pull/138165#discussion_r2157457743)
1212
> for details.
1313
1414
- Format Version: 48
@@ -18,8 +18,8 @@ Inline(Hint)]"`, instead of `#["inline"]`
1818
<a name="v0.46.1"></a>
1919
# [v0.46.1](https://github.com/rust-lang/rustdoc-types/releases/tag/v0.46.1) - 2025-06-05
2020

21-
**Build Time Improvement**: Depend seperatly on `serde` and `serde_derive`
22-
(rather than depeding on `serde` with the `"derive"` feature). This lets them be
21+
**Build Time Improvement**: Depend separately on `serde` and `serde_derive`
22+
(rather than depending on `serde` with the `"derive"` feature). This lets them be
2323
built in parallel, yielding faster compile times
2424
([#49](https://github.com/rust-lang/rustdoc-types/pull/49),
2525
[rust#141989](https://github.com/rust-lang/rust/pull/141989)).
@@ -34,7 +34,7 @@ built in parallel, yielding faster compile times
3434
**Versioning Change**: The crate version now corresponds to the `FORMAT_VERSION` constant.
3535
([#24](https://github.com/rust-lang/rustdoc-types/issues/24))
3636

37-
**Feature**: `Id` now implments `Ord` and `PartialOrd`, making it usable as a
37+
**Feature**: `Id` now implements `Ord` and `PartialOrd`, making it usable as a
3838
key in a `BTreeMap`
3939
([rust#141898](https://github.com/rust-lang/rust/pull/141898)).
4040

@@ -53,10 +53,10 @@ effect consuming tools regardless
5353
<a name="v0.41.0"></a>
5454
# [v0.41.0](https://github.com/rust-lang/rustdoc-types/releases/tag/v0.41.0) - 2025-04-20
5555

56-
**Breaking Change**: Make `Span::begin` and `Span::end` consistantly one-indexed
56+
**Breaking Change**: Make `Span::begin` and `Span::end` consistently one-indexed
5757
for both line and column
5858
([rust#139919](https://github.com/rust-lang/rust/pull/139919)).
59-
Previously this was incorrecly documented both line and column being
59+
Previously this was incorrectly documented both line and column being
6060
zero-indexed, but line was actually one-indexed
6161
([rust#139906](https://github.com/rust-lang/rust/issues/139906)).
6262

@@ -126,7 +126,7 @@ e.g. `#[attr="Inline(Hint)"]` which is equivalent to the hir pretty-printing of
126126
attributes ([rust#135726](https://github.com/rust-lang/rust/pull/135726)).
127127

128128
This is result of a refractoring of how rustc represents attributes. There will
129-
be a change (at some point) to make them easer to use in rustdoc-json. See
129+
be a change (at some point) to make them easier to use in rustdoc-json. See
130130
[rust#137645](https://github.com/rust-lang/rust/issues/137645) for details.
131131

132132
No changes were made to the schema (i.e. the public api for this crate is
@@ -187,8 +187,8 @@ tools regardless.
187187
# [v0.32.1](https://github.com/rust-lang/rustdoc-types/releases/tag/v0.32.1) - 2024-10-20
188188

189189
**New Feature**: The optional `rustc-hash` cargo feature has been added.
190-
This changes the hashing algorithm used to [a speedy non-cryptographic hashing algorith](https://github.com/rust-lang/rustc-hash) also used in rustc.
191-
This has lead to [modest but appreciable](https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/rustc-hash.20and.20performance.20of.20rustdoc-types/near/474855731) performace gains for some consumers
190+
This changes the hashing algorithm used to [a speedy non-cryptographic hashing algorithm](https://github.com/rust-lang/rustc-hash) also used in rustc.
191+
This has lead to [modest but appreciable](https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/rustc-hash.20and.20performance.20of.20rustdoc-types/near/474855731) performance gains for some consumers
192192
([#42](https://github.com/rust-lang/rustdoc-types/pull/42), [rust#131936](https://github.com/rust-lang/rust/pull/131936)).
193193

194194

0 commit comments

Comments
 (0)