Skip to content

Commit

Permalink
Merge pull request #136 from zavr1k/patch-1
Browse files Browse the repository at this point in the history
fix misprint description.ru.yml
  • Loading branch information
dzencot authored Oct 10, 2023
2 parents efc364b + 8c3cd5f commit f902a18
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 f902a18

Please sign in to comment.