Getty Ritter 4 年之前
父节点
当前提交
d16c2e9867
共有 2 个文件被更改,包括 16 次插入14 次删除
  1. 15 13
      in-praise-of-pbm/POST.md
  2. 1 1
      in-praise-of-pbm/rectangles/main.wren

文件差异内容过多而无法显示
+ 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)