From 1df57eba6b78f29222abb229c101bc04f522c51f Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Sun, 21 Jan 2024 04:23:53 +0100 Subject: [PATCH] chore: remove accidental whitespace at end of line --- docs/design/type-notation.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/type-notation.typ b/docs/design/type-notation.typ index ee33517..ad991ee 100644 --- a/docs/design/type-notation.typ +++ b/docs/design/type-notation.typ @@ -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: -`[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.