chore: remove accidental whitespace at end of line

This commit is contained in:
multisn8 2024-01-21 04:23:53 +01:00
parent 3e208335c3
commit 1df57eba6b
Signed by: multisamplednight
GPG key ID: 6D525AA147CBDAE2

View file

@ -34,5 +34,5 @@ One dimensional list of 32 bit signed integers:
Due to inference, you'll also be able to use that in some mathematical operations with integers: Due to inference, you'll also be able to use that in some mathematical operations with integers:
`[i32] + i32` is a valid operation, for example (of course, you can't add types.) But that wouldn't add the second one to the list, but rather add the single i32 to all values in the left hand side list). That would also work with more dimensional arrays and dynamic streams like videos. `[i32] + i32` is a valid operation, for example (of course, you can't add types.) But that wouldn't add the second one to the list, but rather add the single i32 to all values in the left hand side list). That would also work with more dimensional arrays and dynamic streams like videos.