Skip to content

Commit

Permalink
Update docs for 'byte' type alias
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Aug 9, 2021
1 parent 7f7ddd7 commit 2d154ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The script will fail if `split()` is called with an index that is out of bounds.
:::

## Bytes
`bytes`: Byte sequence. Can optionally be bound to a byte length by specifying e.g. `bytes4`, `bytes32`, `bytes64`, etc.
`bytes`: Byte sequence. Can optionally be bound to a byte length by specifying e.g. `bytes4`, `bytes32`, `bytes64`. It is also possible to use `byte` as an alias for `bytes1`.

Operators:

Expand Down

0 comments on commit 2d154ab

Please # to comment.