8000 fix typo in lazysegtree.hpp · atcoder/ac-library@a2f140c · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2f140c

Browse files
authored
fix typo in lazysegtree.hpp
1 parent d8ca7f2 commit a2f140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atcoder/lazysegtree.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct lazy_segtree {
2929
"mapping must work as F(F, S)");
3030
static_assert(
3131
std::is_convertible_v<decltype(composition), std::function<F(F, F)>>,
32-
"compostiion must work as F(F, F)");
32+
"composition must work as F(F, F)");
3333
static_assert(std::is_convertible_v<decltype(id), std::function<F()>>,
3434
"id must work as F()");
3535

0 commit comments

Comments
 (0)
0