hws/hw02.tex
changeset 941 66adcae6c762
parent 931 14a6adca16b8
child 967 ce5de01b9632
--- a/hws/hw02.tex	Thu Oct 05 14:36:54 2023 +0100
+++ b/hws/hw02.tex	Fri Oct 13 15:07:37 2023 +0100
@@ -118,7 +118,7 @@
       normally not written---for example the JSON format for numbers
       explicitly forbids this. So 007 is not a number according to JSON.
 
-      \solution{Just numbers without leading 0s: $0 + (1..9)\cdot(0..1)^*$;
+      \solution{Just numbers without leading 0s: $0 + (1..9)\cdot(0..9)^*$;
         can be extended to decimal; similar for binary numbers
       }