diff options
Diffstat (limited to 'tutorial')
-rw-r--r-- | tutorial/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tutorial/index.md b/tutorial/index.md index 9cea483c..1a595ed3 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -456,7 +456,7 @@ two. The section on [integer arithmetic](https://github.com/akkartik/mu/blob/main/mu.md#integer-arithmetic) is again worth referring to when working on this task. -## Task 12: fun with some graphics +## Task 12: fun with graphics Here's a program to draw a rectangle on screen: |