Skip to content

Commit 8c1cd37

Browse files
Close angle bracket (#185)
1 parent 062ea77 commit 8c1cd37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ int main()
6969
// list_node_size<int>::value is the size of each node of a std::list
7070
memory::memory_pool<> pool(memory::list_node_size<int>::value, 4_KiB);
7171

72-
// just an alias for std::list<int, memory::std_allocator<int, memory::memory_pool<>>
72+
// just an alias for std::list<int, memory::std_allocator<int, memory::memory_pool<>>>
7373
// a std::list using a memory_pool
7474
// std_allocator stores a reference to a RawAllocator and provides the Allocator interface
7575
memory::list<int, memory::memory_pool<>> list(pool);

0 commit comments

Comments
 (0)