From 86771df366bcdd59a227dca70bb1cf6279241db8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 5 Feb 2016 21:31:37 +0000 Subject: [PATCH] commitid: In Small, fix doc comment --- commitid.scad.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commitid.scad.pl b/commitid.scad.pl index cfb31f8..a0c33e4 100755 --- a/commitid.scad.pl +++ b/commitid.scad.pl @@ -65,7 +65,7 @@ $SIG{__WARN__} = sub { die @_; }; # padded with zeroes; if too long we reduce mod 10^n # eg if the count is 123456 # Small5 3456* -# Small8 __123456 (where _ are spaces) +# Small8 _*123456 (where _ are spaces) # the git objectid is included if it will fit # unambiguously and usefully eg # Small9 ab*123456 -- 2.30.2