From 972e9871ba1ad74b3579ca9d41a9d6348b7d776a Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 11 Oct 2017 11:33:09 +0900 Subject: [PATCH] Fix typo in documentation for the Node Algorithm concept --- doc/intrusive.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index 1b197a3..fbd6a93 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -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]