Skip to content

Commit

Permalink
Merge pull request #142 from 98Simonov/patch-1
Browse files Browse the repository at this point in the history
Update description.ru.yml
  • Loading branch information
sgmdlt committed Mar 20, 2024
2 parents 1f7146c + a9479e2 commit 990f4d4
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 @@ -59,7 +59,7 @@ instructions: |
```go
// обрезает символы, переданные вторым аргументом, с обеих сторон строки
Trim(s, cutset string) string
strings.Trim(s, cutset string) string
// пример
strings.Trim(" hello ", " ") // "hello"
Expand Down

0 comments on commit 990f4d4

Please sign in to comment.