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