Getty Ritter 3 years ago
parent
commit
d16c2e9867
2 changed files with 16 additions and 14 deletions
  1. 15 13
      in-praise-of-pbm/POST.md
  2. 1 1
      in-praise-of-pbm/rectangles/main.wren

File diff suppressed because it is too large
+ 15 - 13
in-praise-of-pbm/POST.md


+ 1 - 1
in-praise-of-pbm/rectangles/main.wren

@@ -52,7 +52,7 @@ var depth = 8
 
 // «main»
 var image = GrayscaleImage.new(width, height, depth)
-// create up to 6 rectancles
+// create up to 6 rectangles
 for (i in 0..rand.int(3, 6)) {
   // choose the color from the depth
   var color = rand.int(2, 8)