From fb6b38ffe38636871afc0134f145b3c670c1ccc3 Mon Sep 17 00:00:00 2001 From: Jeremy Thurgood Date: Sun, 18 May 2014 01:29:15 +0200 Subject: [PATCH] Digits, not words. --- naja/scenes/howto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/scenes/howto.py b/naja/scenes/howto.py index 4d34178..d5261f3 100644 --- a/naja/scenes/howto.py +++ b/naja/scenes/howto.py @@ -26,7 +26,7 @@ class HowtoScene(Scene): "bits to gain points for reasons that are unlikely ever " "to become clear.", "", - "You have 8 bits. Four bits control the directions " + "You have 8 bits. 4 bits control the directions " "you can move in {NORTH,SOUTH,EAST,WEST}, 3 allow you " "to unlock actions {RED,GREEN,BLUE} and the " "last, the Most Significant Bit {MSB}, makes everything " -- 2.34.1