diff options
Diffstat (limited to 'src/nodecache.h')
-rw-r--r-- | src/nodecache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodecache.h b/src/nodecache.h index ca0bd6c..cc3355e 100644 --- a/src/nodecache.h +++ b/src/nodecache.h @@ -6,7 +6,7 @@ #include "node.h" /*! - Caches values per node based on the node.index(). + Caches string values per node based on the node.index(). The node index guaranteed to be unique per node tree since the index is reset every time a new tree is generated. */ |