doc: Remove references to `@str` from the documentation

This commit is contained in:
Patrick Walton 2014-01-31 16:45:12 -08:00 committed by Huon Wilson
parent 8b8419293c
commit 4dbcf800d5
1 changed files with 1 additions and 1 deletions

View File

@ -3079,7 +3079,7 @@ A value of type `str` is a Unicode string,
represented as a vector of 8-bit unsigned bytes holding a sequence of UTF-8 codepoints.
Since `str` is of unknown size, it is not a _first class_ type,
but can only be instantiated through a pointer type,
such as `&str`, `@str` or `~str`.
such as `&str` or `~str`.
### Tuple types