From 15ade2785a0994cc77b3b67890b0e59c337fcf39 Mon Sep 17 00:00:00 2001 From: David Allison Date: Thu, 14 Apr 2022 15:34:16 -0700 Subject: [PATCH] Update gcodes.py Tiny typo fix in the docs --- src/pygcode/gcodes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pygcode/gcodes.py b/src/pygcode/gcodes.py index a2e5f34..ea6f5d3 100644 --- a/src/pygcode/gcodes.py +++ b/src/pygcode/gcodes.py @@ -32,7 +32,7 @@ # # Modal Groups: # Only one mode of each modal group can be active. That is to say, a -# modal g-code can only change the sate of a previously set mode if +# modal g-code can only change the state of a previously set mode if # they're in the same group. # For example: # G20 (mm), and G21 (inches) are in group 6