Skip to content

Commit 73df429

Browse files
committed
Fix typos
1 parent 7d9d122 commit 73df429

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/2025h1/eii.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ but the priority is at functions right now.
1919
(as per the rfcs[^1][^2][^3] on this):
2020

2121
We have several items in the standard library that are overridable/definable by the user crate.
22-
For example, the (no_std) `panic_handler`, the global allocator for `alloc`, and so on.
22+
For example, the (`no_std`) `panic_handler`, the global allocator for `alloc`, and so on.
2323

2424
Each of those is a special lang item with its own special handling.
2525
Having a general mechanism simplifies the language and makes this functionality available for other crates,
@@ -43,8 +43,8 @@ Some of these are magical lang items, whereas others need to be set at runtime o
4343

4444
After [RFC 3632], which proposes a new syntax for externally implementable _functions_,
4545
several alternative ideas were proposed in rapid succession
46-
that focussing on [statics](https://github.com/rust-lang/rfcs/pull/3635), [traits](https://github.com/rust-lang/rfcs/pull/3645), and [impl blocks](https://github.com/rust-lang/rfcs/pull/3632) rather than function definitions.
47-
Each of these having rougly equivalent power, but using a different part of Rust to achieve it.
46+
that focus on [statics](https://github.com/rust-lang/rfcs/pull/3635), [traits](https://github.com/rust-lang/rfcs/pull/3645), and [impl blocks](https://github.com/rust-lang/rfcs/pull/3632) rather than function definitions.
47+
Each of these having roughly equivalent power, but using a different part of Rust to achieve it.
4848

4949
The lang team agreed that this is a problem worth solving, and accepted it as a _lang experiment_.[^4]
5050

0 commit comments

Comments
 (0)