From dcbfb799c9c919676c2cd2e026ff9a7311f42445 Mon Sep 17 00:00:00 2001 From: jmh530 Date: Fri, 5 Jan 2018 15:09:38 -0500 Subject: [PATCH] Fix Issue 15157: Adjust building blocks docs --- std/experimental/allocator/building_blocks/package.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/experimental/allocator/building_blocks/package.d b/std/experimental/allocator/building_blocks/package.d index d55a16b4ab0..d96afcdf304 100644 --- a/std/experimental/allocator/building_blocks/package.d +++ b/std/experimental/allocator/building_blocks/package.d @@ -1,7 +1,7 @@ /** $(H2 Assembling Your Own Allocator) -In addition to defining the interfaces above, this package also implements +This package also implements untyped composable memory allocators. They are $(I untyped) because they deal exclusively in $(D void[]) and have no notion of what type the memory allocated would be destined for. They are $(I composable) because the included allocators