We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e85b3d8 + 0d3d6e4 commit ca998fcCopy full SHA for ca998fc
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