]> git.lizzy.rs Git - rust.git/commitdiff
Fix typo in custom allocator docs.
authorScott Olson <scott@solson.me>
Tue, 13 Oct 2015 07:23:42 +0000 (01:23 -0600)
committerScott Olson <scott@solson.me>
Tue, 13 Oct 2015 07:23:42 +0000 (01:23 -0600)
src/doc/trpl/custom-allocators.md

index 4fd05e87a7e69877f17c4a9e0b75e7b052f7951f..c38d0dde51110e9c9efccc37b4a2cce793becd0a 100644 (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