Skip to content

Commit 571b2d9

Browse files
authored
Fix comment formatting in wavelet_matrix.hpp
1 parent 21d9b7f commit 571b2d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/data_structures_[l,r)/seg_tree_uncommon/wavelet_matrix.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! https://nyaannyaan.github.io/library/data-structure-2d/wavelet-matrix.hpp
44
//! @code
55
//! vector<ll> a(n);
6-
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1LL<<30)
6+
//! wavelet_matrix wm(a, 30); // 0 <= a[i] < (1<<30)
77
//! wm.kth(l, r, k); //(k+1)th smallest number in [l,r)
88
//! wm.kth(l, r, 0); //min in [l,r)
99
//! @endcode

0 commit comments

Comments
 (0)