Skip to content

Commit

Permalink
Fix typo in custom allocator docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
solson committed Oct 13, 2015
1 parent ec4362d commit 0d3d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/custom-allocators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d3d6e4

Please sign in to comment.