Skip to content

Commit cfe3850

Browse files
authored
Removed wrong english sentence
1 parent 5086140 commit cfe3850

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

translations/README-ru.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,7 @@
126126

127127
Точка `.` это простейший пример метасимвола. Метасимвол `.`
128128
находит любой отдельный символ. Точка не будет находить символы перехода или перевода строки.
129-
For example, the regular expression `.ar` means: any character, followed by the
130-
letter `a`, followed by the letter `r`. Например, регулярное выражение '.ar' обозначает: любой символ, за которым следуют буквы ` a` и `r`.
129+
Например, регулярное выражение '.ar' обозначает: любой символ, за которым следуют буквы ` a` и `r`.
131130

132131
<pre>
133132
".ar" => The <a href="#learn-regex"><strong>car</strong></a> <a href="#learn-regex"><strong>par</strong></a>ked in the <a href="#learn-regex"><strong>gar</strong></a>age.
@@ -562,4 +561,4 @@ letter `a`, followed by the letter `r`. Например, регулярное
562561

563562
## Лицензия
564563

565-
MIT &copy; [Zeeshan Ahmad](https://twitter.com/ziishaned)
564+
MIT &copy; [Zeeshan Ahmad](https://twitter.com/ziishaned)

0 commit comments

Comments
 (0)