Getty Ritter hace 4 años
padre
commit
d16c2e9867
Se han modificado 2 ficheros con 16 adiciones y 14 borrados
  1. 15 13
      in-praise-of-pbm/POST.md
  2. 1 1
      in-praise-of-pbm/rectangles/main.wren

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 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)