diff --git a/website/docs/language/types.md b/website/docs/language/types.md index 98f8a3b6..08829439 100644 --- a/website/docs/language/types.md +++ b/website/docs/language/types.md @@ -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: