Skip to content

Commit

Permalink
Update description.ru.yml
Browse files Browse the repository at this point in the history
Исправил опечатку
  • Loading branch information
zavr1k authored Oct 1, 2023
1 parent efc364b commit 8c3cd5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/10-basics/45-strings/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ theory: |
`
```
Строки можно сравнивать операторами: `==`, `>`, `<`, `\<=`, `>=`, где строки сравниваются посимвольно в лексическом порядке и по длине. Это свойство часто используется при сортировке массива строк:
Строки можно сравнивать операторами: `==`, `>`, `<`, `<=`, `>=`, где строки сравниваются посимвольно в лексическом порядке и по длине. Это свойство часто используется при сортировке массива строк:
```go
"привет" == "привет" // true
Expand Down

0 comments on commit 8c3cd5f

Please sign in to comment.