about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-30 00:32:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-30 00:32:29 -0700
commitbd356e540926f27a1180b436fa0ec5e8031564ee (patch)
tree4aa0c4893d15e02ae8d939ea94a933af292a7fcf
parent9377cb7c96a54da21027a2c821e8cfabbe2c696e (diff)
downloadmu-bd356e540926f27a1180b436fa0ec5e8031564ee.tar.gz
.
-rw-r--r--tutorial/index.md2
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: