Skip to content

Commit

Permalink
Fix Issue 15157: Adjust building blocks docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmh530 authored and wilzbach committed Jan 6, 2018
1 parent e3c6e4e commit dcbfb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit dcbfb79

Please sign in to comment.