Skip to content

Commit e8bf0a4

Browse files
committed
trie: improve docstring
1 parent 38f39ac commit e8bf0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/trie.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
//! A radix trie for storing integers in sorted order
11+
//! An ordered map and set for integer keys implemented as a radix trie
1212
1313
use prelude::*;
1414

0 commit comments

Comments
 (0)