Skip to content

Commit ee74c4f

Browse files
authored
Update 9-regular-expressions/13-regexp-alternation/01-find-programming-language/solution.md
1 parent 7911a22 commit ee74c4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 9-regular-expressions/13-regexp-alternation/01-find-programming-language

9-regular-expressions/13-regexp-alternation/01-find-programming-language/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ El motor de expresiones regulares busca las alternancias una por una. Es decir:
1515

1616
Como resultado, nunca se puede encontrar `match: JavaScript`, solo porque` match: Java` se marca primero.
1717

18-
Lo mismo con `match: C` y `match: C ++ `.
18+
Lo mismo con `match: C` y `match: C++ `.
1919

2020
Hay dos soluciones para ese problema:
2121

0 commit comments

Comments
 (0)