Skip to content

Commit eee7dba

Browse files
committed
Fix were/where Typo
1 parent 4c0ea2a commit eee7dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-cargo-libstd-awareness.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Currently, all packages implicitly depend on libstd. This makes Cargo unsuitable for packages that
99
need a custom-built libstd, or otherwise depend on crates with the same names as libstd and the
10-
crates behind the facade. The proposed fixes also open the door to a future were libstd can be
10+
crates behind the facade. The proposed fixes also open the door to a future where libstd can be
1111
Cargoized.
1212

1313
# Motivation

0 commit comments

Comments
 (0)