diff --git a/text/0000-kinds-of-allocators.md b/text/0000-kinds-of-allocators.md index 9732a1d2592..79be93312eb 100644 --- a/text/0000-kinds-of-allocators.md +++ b/text/0000-kinds-of-allocators.md @@ -91,7 +91,7 @@ how to integrate allocators with GC.) ## The `Allocator` trait at a glance -The source code for the `Allocator` trait prototype ks provided in an +The source code for the `Allocator` trait prototype is provided in an [appendix][Source for Allocator]. But since that section is long, here we summarize the high-level points of the `Allocator` API.