From 24e48d9f5cff8dd20f17d5a79202e0044ce3e4cd Mon Sep 17 00:00:00 2001 From: Oliver Sander Date: Tue, 14 Dec 2021 09:37:51 +0100 Subject: [PATCH] Fix a typo in JavaScript code documentation --- core/script/builtin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/script/builtin.js b/core/script/builtin.js index be24b7b57..497c197c4 100644 --- a/core/script/builtin.js +++ b/core/script/builtin.js @@ -73,7 +73,7 @@ function AFSimple_Calculate( cFunction, cFields ) * 2 => , as decimal separator . as thousand separators => 1.234,56 * 3 => , as decimal separator no thousand separators => 1234,56 * - * nexStyle is the formatting used for negative numbers: - not implemented. + * negStyle is the formatting used for negative numbers: - not implemented. * 0 = MinusBlack * 1 = Red * 2 = ParensBlack