Fix str --to-int usages (#2167)

This commit is contained in:
Arash Outadi
2020-07-13 12:07:34 -07:00
committed by GitHub
parent 07594222c0
commit 97cedeb324
2 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ Applies the subcommand to a value or a table.
```
```shell
> echo "1, 2, 3" | split row "," | str to int | math sum
> echo "1, 2, 3" | split row "," | str to-int | math sum
6
```