Skip to content

Commit 0d3d6e4

Browse files
committed
Fix typo in custom allocator docs.
1 parent ec4362d commit 0d3d6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/custom-allocators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ compiler errors:
160160

161161
* Any one artifact may only be linked to at most one allocator. Binaries,
162162
dylibs, and staticlibs must link to exactly one allocator, and if none have
163-
been explicitly chosen the compiler will choose one. On the other than rlibs
163+
been explicitly chosen the compiler will choose one. On the other hand rlibs
164164
do not need to link to an allocator (but still can).
165165

166166
* A consumer of an allocator is tagged with `#![needs_allocator]` (e.g. the

0 commit comments

Comments
 (0)