Skip to content

Commit

Permalink
Update types_of_data.md (#927)
Browse files Browse the repository at this point in the history
Correcting grammar
  • Loading branch information
damiancarrillo committed May 26, 2023
1 parent 52d1a3f commit 4e77253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/types_of_data.md
Expand Up @@ -44,7 +44,7 @@ You can parse a string into an integer with the [`into int`](/commands/docs/into
## Decimals

Decimal numbers are numbers with some fractional component. Examples include 1.5, 2.0, and 15.333.
You can cast a string into an Decimal with the [`into decimal`](/commands/docs/into_decimal.md) command
You can cast a string into a Decimal with the [`into decimal`](/commands/docs/into_decimal.md) command

```sh
> "1.2" | into decimal
Expand Down

0 comments on commit 4e77253

Please sign in to comment.