Skip to content

Commit 6e7fd80

Browse files
committed
style: typo fix
1 parent 3c6fc8c commit 6e7fd80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/longest_common_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ void test_longest_common_string_length_for_reversed_inputs(
126126
}
127127

128128
/**
129-
* @brief runns all tests for longest_common_string_length funcion
129+
* @brief runs all tests for longest_common_string_length funcion
130130
*/
131131
void tests() {
132132
const auto test_cases = get_test_cases();

0 commit comments

Comments
 (0)