Fix typo in strings.trimRight() docs

pull/1204/head
pierwill 2020-07-14 14:01:11 -07:00
parent f4dfe2c45f
commit 9c35b8d5a6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import "strings"
strings.trimRight(v: ".abc.", cutset: ".")
// returns "abc."
// returns ".abc"
```
## Parameters