Skip to content

Commit c87b517

Browse files
committed
Fix typos
1 parent 75a060c commit c87b517

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed
File renamed without changes.

thisweek/_posts/2019-07-24-changelog-0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ changes since last month include:
1414
- pr:1472[] completion for type aliases.
1515
- pr:1544[], pr:1550[] mutable variables are underlined.
1616
- pr:1476[] `add_impl_members` adds types.
17-
- pr:1478[], pr:1499[] sumbodules with raw names and `#[path]` are resolved.
17+
- pr:1478[], pr:1499[] submodules with raw names and `#[path]` are resolved.
1818
- pr:1496[] correctly add obligations in function methods.
1919
- pr:1501[] initial type inference for `for` loops.
2020
- pr:1515[] use bounds on generic parameters during type inference.

thisweek/_posts/2020-04-06-changelog-19.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ image::https://user-images.githubusercontent.com/1711539/78560584-9a350100-7816-
7070

7171
* pr:3785[] attach doc comments to declaration even if there's a blank line after comment.
7272
* pr:3781[], pr:3819[] make **Run** action correctly handle the case with several major versions of the package in the crate graph.
73-
* pr:3786[] **Fill Match Arms** assits does not leave the floating comma behind.
73+
* pr:3786[] **Fill Match Arms** assist does not leave the floating comma behind.
7474
* pr:3797[] don't show chaining hints for record literals and unit structs.
7575
* pr:3844[] make sure that default configuration values are honored.
7676
* pr:3857[] fix inference of function pointer return types.

thisweek/_posts/2021-03-15-changelog-68.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ image::https://user-images.githubusercontent.com/308347/111139619-03c2a100-858a-
9090
* pr:7998[], pr:8001[] use more Chalk IDs.
9191
* pr:8002[] create `TraitEnvironment` through a query.
9292
* pr:8003[] move type lowering methods to `TyLoweringContext`.
93-
* pr:8006[] simpify MBE bindings builder.
93+
* pr:8006[] simplify MBE bindings builder.
9494
* pr:8011[] add `--no-sysroot` flag for `analysis-stats`.
9595
* pr:8012[], pr:8013[] replace `xtask lint` with `cargo` alias.
9696
* pr:8016[] more Chalk adaptations.

thisweek/_posts/2021-06-21-changelog-82.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ https://github.com/sponsors/rust-analyzer[GitHub Sponsors].
1515
* pr:9267[] in VS Code extension update the LSP server without asking.
1616
* pr:9275[] support goto type for field expressions and patterns.
1717
* pr:9279[] document installation via Homebrew.
18-
* pr:9258[] rename `assits.importPrefix` config variants.
18+
* pr:9258[] rename `assist.importPrefix` config variants.
1919
* pr:9301[], pr:9310[], pr:9313[] better filter out irrelevant completions.
2020
* pr:9318[] complete `repr` attribute parameters.
2121
* pr:9321[] substitute generic parameters during auto-complete.

thisweek/_posts/2023-06-19-changelog-186.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Release: release:2023-06-19[] (`v0.3.1557`)
2626
* pr:15065[] do not allocate unnecessarily when importing macros from parent modules.
2727
* pr:15067[] add more context to "overly long loop turn" messages.
2828
* pr:15066[] analyze all bodies in `analysis-stats`, not just functions.
29-
* pr:15069[] add body lowering step, track time of each step separtely.
29+
* pr:15069[] add body lowering step, track time of each step separately.

thisweek/_posts/2025-10-27-changelog-299.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Release: release:2025-10-27[] (`v0.3.2658`)
102102
* pr:20905[] fix array inhabitedness check.
103103
* pr:20889[] improve field completion parentheses heuristic.
104104
* pr:20658[] complete `else` in more expressions.
105-
* pr:20611[] add parantheses for precedence in `replace_arith_op`.
105+
* pr:20611[] add parentheses for precedence in `replace_arith_op`.
106106
* pr:20912[] complete `let` before expression in `if`.
107107
* pr:20764[] handle `if`-`let` in `convert_to_guarded_return`.
108108
* pr:20712[] handle shorthand field patterns in `destructure_tuple_binding`.

0 commit comments

Comments
 (0)