Fix typo in documentation for the Node Algorithm concept

This commit is contained in:
Louis Dionne
2017-10-11 11:33:09 +09:00
committed by GitHub
parent 7f5caca12e
commit 972e9871ba

View File

@@ -2424,7 +2424,7 @@ This section will expand the explanation of previously presented basic concepts
before explaining the customization options of [*Boost.Intrusive].
* [*Node Algorithms]: A set of static functions that implement basic operations
on a group of nodes: initialize a node, link_mode_type a node to a group of nodes,
on a group of nodes: initialize a node, link a node to a group of nodes,
unlink a node from another group of nodes, etc. For example, a circular
singly linked list is a group of nodes, where each node has a pointer to the
next node. [*Node Algorithms] just require a [*NodeTraits]