We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6fc8c commit 6e7fd80Copy full SHA for 6e7fd80
dynamic_programming/longest_common_string.cpp
@@ -126,7 +126,7 @@ void test_longest_common_string_length_for_reversed_inputs(
126
}
127
128
/**
129
- * @brief runns all tests for longest_common_string_length funcion
+ * @brief runs all tests for longest_common_string_length funcion
130
*/
131
void tests() {
132
const auto test_cases = get_test_cases();
0 commit comments