Skip to content

Commit 00ca609

Browse files
committed
Typo fix
1 parent 679f487 commit 00ca609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

text/0000-io-os-reform.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ the details.
152152
[Unicode]: #unicode
153153

154154
Rust has followed the [utf8 everywhere](http://utf8everywhere.org/) approach to
155-
its strings. However, at the boarders to platform APIs, it is revealed that the
155+
its strings. However, at the borders to platform APIs, it is revealed that the
156156
world is not, in fact, UTF-8 (or even Unicode) everywhere.
157157

158158
Currently our story for platform APIs is that we either assume they can take or
@@ -1189,7 +1189,7 @@ Most of what's available in `std::os` today will move to `std::env`,
11891189
and the signatures will be updated to follow this RFC's
11901190
[Desgin principles] as follows.
11911191

1192-
**Arguments*:
1192+
**Arguments**:
11931193

11941194
* `args`: change to yield an iterator rather than vector if possible; in any case, it should produce an `OsStrBuf`.
11951195

0 commit comments

Comments
 (0)