Fix typo in strings.trimRight() docs
parent
f4dfe2c45f
commit
9c35b8d5a6
|
@ -27,7 +27,7 @@ import "strings"
|
|||
|
||||
strings.trimRight(v: ".abc.", cutset: ".")
|
||||
|
||||
// returns "abc."
|
||||
// returns ".abc"
|
||||
```
|
||||
|
||||
## Parameters
|
||||
|
|
Loading…
Reference in New Issue