Skip to content

Commit 36768cd

Browse files
authored
Merge pull request #19185 from BenjaminBrienen/patch-3
Update architecture.md
2 parents e14f407 + 4bc72f7 commit 36768cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/docs/book/src/contributing/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ For this reason, all path APIs generally take some existing path as a "file syst
296296
### `crates/stdx`
297297

298298
This crate contains various non-rust-analyzer specific utils, which could have been in std, as well
299-
as copies of unstable std items we would like to make use of already, like `std::str::split_once`.
299+
as copies of unstable std items we would like to make use of already.
300300

301301
### `crates/profile`
302302

0 commit comments

Comments
 (0)