style: typo fix

This commit is contained in:
piotr.idzik
2023-05-24 09:50:36 +02:00
parent 3c6fc8cce2
commit 6e7fd805a0

View File

@@ -126,7 +126,7 @@ void test_longest_common_string_length_for_reversed_inputs(
}
/**
* @brief runns all tests for longest_common_string_length funcion
* @brief runs all tests for longest_common_string_length funcion
*/
void tests() {
const auto test_cases = get_test_cases();