Skip to content

Commit 605ca41

Browse files
authored
fix docs
1 parent 530a149 commit 605ca41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/math/matrix_related/xor_basis_ordered.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//! const int B = 30;
66
//! xor_basis<B> b;
77
//! bitset<B> v;
8-
//! bool in_span = b.shrink(v) >= 0;
8+
//! bool in_span = b.shrink(v) == -1;
99
//! b.insert(v);
1010
//! bitset<B> k = 5; // 0 <= k < (1 << npivot)
1111
//! bitset<B> kth = b.walk(k);

0 commit comments

Comments
 (0)