Skip to content

Commit 2b0c992

Browse files
committed
fix
1 parent 1ab85cc commit 2b0c992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures/binary_trie.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! binary_trie bt;
44
//! bt.update(num, 1); // insert
55
//! bt.update(num, -1); // erase
6-
//! @endco
6+
//! @endcode
77
//! @time O(q * mx_bit)
88
//! @space O(q * mx_bit)
99
const ll mx_bit = 1LL << 60;

0 commit comments

Comments
 (0)