Merge pull request #1204 from influxdata/trimright-fix
Fix typo in strings.trimRight() docspull/1213/head
commit
bae46200ec
|
@ -27,7 +27,7 @@ import "strings"
|
||||||
|
|
||||||
strings.trimRight(v: ".abc.", cutset: ".")
|
strings.trimRight(v: ".abc.", cutset: ".")
|
||||||
|
|
||||||
// returns "abc."
|
// returns ".abc"
|
||||||
```
|
```
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
Loading…
Reference in New Issue