From 8c2560cfd85ee9a5e34f281b14b8b073aa0c9abb Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Fri, 11 Jul 2014 12:33:07 +0200 Subject: [PATCH] README: fix typo Signed-off-by: Sven Verdoolaege --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 344b609..08dec86 100644 --- a/README +++ b/README @@ -182,7 +182,7 @@ explicitly cast the argument to double in the input code. Additional variables in generated code The generated code may contain additional variables with names -that match /^[bthsgc][0-d]+$/. These variables may shadow or +that match /^[bthsgc][0-9]+$/. These variables may shadow or conflict with variables in the input program. Until this issue has been resolved in PPCG, you should avoid such variable names in your input program. -- 2.11.4.GIT