Skip to content

Commit cec78bf

Browse files
committed
Update vector.hpp
1 parent a94d97a commit cec78bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cp-algo/linalg/vector.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ namespace cp_algo::math::linalg {
8989
}
9090

9191
// Generally, vec shouldn't be modified
92-
// after it's pivot index is set
92+
// after its pivot index is set
9393
std::pair<size_t, base> find_pivot() {
9494
if(pivot == size_t(-1)) {
9595
pivot = 0;

0 commit comments

Comments
 (0)