From 0f71bc262aeb211560295addb34ce56a8f2575fb Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Thu, 14 May 2015 10:13:04 +0200 Subject: [PATCH] Fix typo in docs --- docs/expressions/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/expressions/customization.md b/docs/expressions/customization.md index c680e94a5..6dc28193a 100644 --- a/docs/expressions/customization.md +++ b/docs/expressions/customization.md @@ -10,7 +10,7 @@ return value by writing a *transform* for the function. A transform is a function wrapping around a function to be transformed or completely replaces a function. -For example, the functions or math.js use zero-based matrix indices (as is +For example, the functions for math.js use zero-based matrix indices (as is common in programing languages), but the expression parser uses one-based indices. To enable this, all functions dealing with indices have a transform, which changes input from one-based to zero-based, and transforms output (and