We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4362d commit 0d3d6e4Copy full SHA for 0d3d6e4
src/doc/trpl/custom-allocators.md
@@ -160,7 +160,7 @@ compiler errors:
160
161
* Any one artifact may only be linked to at most one allocator. Binaries,
162
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
+ been explicitly chosen the compiler will choose one. On the other hand rlibs
164
do not need to link to an allocator (but still can).
165
166
* A consumer of an allocator is tagged with `#![needs_allocator]` (e.g. the
0 commit comments