diff options
Diffstat (limited to 'doc/HACKING/design/01.00-lib-overview.md')
-rw-r--r-- | doc/HACKING/design/01.00-lib-overview.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HACKING/design/01.00-lib-overview.md b/doc/HACKING/design/01.00-lib-overview.md index 08dec51a00..58a92f4062 100644 --- a/doc/HACKING/design/01.00-lib-overview.md +++ b/doc/HACKING/design/01.00-lib-overview.md @@ -85,9 +85,9 @@ level): code is specifically written to avoid having to log, because the logging module depends on it. - * `lib/container` -- General purpose containers, including dynamic arrays, - hashtables, bit arrays, weak-reference-like "handles", bloom - filters, and a bit more. + * `lib/container` -- General purpose containers, including dynamic arrays + ("smartlists"), hashtables, bit arrays, weak-reference-like "handles", + bloom filters, and a bit more. * `lib/trace` -- A general-purpose API for introducing function-tracing functionality into Tor. Currently not much used. |