This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/velocity-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6b25352 Fix references to old property name, and use 'hyphen' instead
of 'dash'
6b25352 is described below
commit 6b253528ecec5dfe5afdc2316aa35b7763d94b14
Author: Claude Brisson <[email protected]>
AuthorDate: Wed Nov 9 13:03:07 2022 +0100
Fix references to old property name, and use 'hyphen' instead of 'dash'
---
src/content/engine/2.1/vtl-reference.mdtext | 2 +-
src/content/engine/2.2/vtl-reference.mdtext | 2 +-
src/content/engine/2.3/vtl-reference.mdtext | 2 +-
src/content/engine/devel/vtl-reference.mdtext | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/content/engine/2.1/vtl-reference.mdtext
b/src/content/engine/2.1/vtl-reference.mdtext
index 9777545..2590c88 100644
--- a/src/content/engine/2.1/vtl-reference.mdtext
+++ b/src/content/engine/2.1/vtl-reference.mdtext
@@ -18,7 +18,7 @@ In the following syntax references, *identifier* refers to:
that is, a letter or an underscore followed by any number of letters, numbers
and underscores.
-If the `parser.allows.dash.identifiers` configuration value is set to true,
then the **-** dash is also allowed in identifiers (and must be surrounded by
spaces to be interpreted as an arithmetic minus operator).
+If the `parser.allow_hyphen_in_identifiers` configuration value is set to
true, then the **-** hyphen is also allowed in identifiers (and must be
surrounded by spaces to be interpreted as an arithmetic minus operator).
### Variables
diff --git a/src/content/engine/2.2/vtl-reference.mdtext
b/src/content/engine/2.2/vtl-reference.mdtext
index d5f2cc2..41b2864 100644
--- a/src/content/engine/2.2/vtl-reference.mdtext
+++ b/src/content/engine/2.2/vtl-reference.mdtext
@@ -18,7 +18,7 @@ In the following syntax references, *identifier* refers to:
that is, a letter or an underscore followed by any number of letters, numbers
and underscores.
-If the `parser.allows.dash.identifiers` configuration value is set to true,
then the **-** dash is also allowed in identifiers (and must be surrounded by
spaces to be interpreted as an arithmetic minus operator).
+If the `parser.allow_hyphen_in_identifiers` configuration value is set to
true, then the **-** hyphen is also allowed in identifiers (and must be
surrounded by spaces to be interpreted as an arithmetic minus operator).
### Variables
diff --git a/src/content/engine/2.3/vtl-reference.mdtext
b/src/content/engine/2.3/vtl-reference.mdtext
index d5f2cc2..41b2864 100644
--- a/src/content/engine/2.3/vtl-reference.mdtext
+++ b/src/content/engine/2.3/vtl-reference.mdtext
@@ -18,7 +18,7 @@ In the following syntax references, *identifier* refers to:
that is, a letter or an underscore followed by any number of letters, numbers
and underscores.
-If the `parser.allows.dash.identifiers` configuration value is set to true,
then the **-** dash is also allowed in identifiers (and must be surrounded by
spaces to be interpreted as an arithmetic minus operator).
+If the `parser.allow_hyphen_in_identifiers` configuration value is set to
true, then the **-** hyphen is also allowed in identifiers (and must be
surrounded by spaces to be interpreted as an arithmetic minus operator).
### Variables
diff --git a/src/content/engine/devel/vtl-reference.mdtext
b/src/content/engine/devel/vtl-reference.mdtext
index d5f2cc2..41b2864 100644
--- a/src/content/engine/devel/vtl-reference.mdtext
+++ b/src/content/engine/devel/vtl-reference.mdtext
@@ -18,7 +18,7 @@ In the following syntax references, *identifier* refers to:
that is, a letter or an underscore followed by any number of letters, numbers
and underscores.
-If the `parser.allows.dash.identifiers` configuration value is set to true,
then the **-** dash is also allowed in identifiers (and must be surrounded by
spaces to be interpreted as an arithmetic minus operator).
+If the `parser.allow_hyphen_in_identifiers` configuration value is set to
true, then the **-** hyphen is also allowed in identifiers (and must be
surrounded by spaces to be interpreted as an arithmetic minus operator).
### Variables