Fix typo in custom allocator docs.

This commit is contained in:
Scott Olson 2015-10-13 01:23:42 -06:00
parent ec4362da56
commit 0d3d6e40fd

View file

@ -160,7 +160,7 @@ compiler errors:
* Any one artifact may only be linked to at most one allocator. Binaries,
dylibs, and staticlibs must link to exactly one allocator, and if none have
been explicitly chosen the compiler will choose one. On the other than rlibs
been explicitly chosen the compiler will choose one. On the other hand rlibs
do not need to link to an allocator (but still can).
* A consumer of an allocator is tagged with `#![needs_allocator]` (e.g. the