Pikchr

typo
Login

typo

(1) By Cyber (Cyber1) on 2023-04-14 12:47:08 [link] [source]

fileobj.md has a typo,

The sentence

The default values for height, radius, and width are control by variables "fileht", "filerad", and "fileht".

Should be

The default values for height, radius, and width are control by variables "fileht", "filerad", and "filewid".

also thanks so much for creating pikchr, it's such a great language and has saved me lots of time.

(2) By Stephan Beal (stephan) on 2023-04-14 13:25:00 in reply to 1 [link] [source]

... "fileht", "filerad", and "filewid".

Fixed! Thank you for the report.

(3) By brickviking on 2023-05-26 01:21:08 in reply to 1 [source]

I also spotted a typo which appears to still be in the original fileobj.md document.

Index: doc/fileobj.md
==================================================================
--- doc/fileobj.md
+++ doc/fileobj.md
@@ -6,3 +6,3 @@
 The radius is the height and width of the folded corner.  The default values
-for height, radius, and width are control by variables
+for height, radius, and width are controlled by variables
 "`fileht`", "`filerad`", and "`filewid`".

Ditto on the thumbs up for pikchr, it's led me down all sorts of rabbit warrens.

Cheers, brickviking

(Post 1)

(4) By Warren Young (wyoung) on 2023-05-26 09:27:55 in reply to 3 [link] [source]

Fixed; thanks!