We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b235f commit 6c728a9Copy full SHA for 6c728a9
library/strings/wildcard_pattern_matching.hpp
@@ -1,7 +1,7 @@
1
#pragma once
2
//! https://codeforces.com/blog/entry/111380
3
//! @code
4
-//! vi s_vec, t_vec;
+//! vl s_vec, t_vec;
5
//! auto mtch = wildcard_pattern_matching(
6
//! s_vec, t_vec, conv);
7
//! @endcode
0 commit comments