trie: improve docstring

This commit is contained in:
Daniel Micay 2013-03-25 00:22:23 -04:00
parent 38f39ac540
commit e8bf0a4a49

View File

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! A radix trie for storing integers in sorted order
//! An ordered map and set for integer keys implemented as a radix trie
use prelude::*;