Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aturon committed Dec 12, 2014
1 parent 679f487 commit 00ca609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-io-os-reform.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ the details.
[Unicode]: #unicode

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

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

**Arguments*:
**Arguments**:

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

Expand Down

0 comments on commit 00ca609

Please sign in to comment.