davebarnes97 commented on a change in pull request #5159:
URL: https://github.com/apache/geode/pull/5159#discussion_r430518430



##########
File path: geode-docs/basic_config/data_regions/region_naming.html.md.erb
##########
@@ -24,7 +24,7 @@ follow these region naming guidelines.
 
 -   Permitted characters within region names are alphanumeric characters
 (`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`),
-the underscore character (`_`), and the hyphen character (`-`).
+the dot character (`.`), the underscore character (`_`), the square brackets 
characters (`[, ]`) and the hyphen character (`-`).

Review comment:
       Good clarification. An editorial suggestion: Since you've already 
established that you're talking about characters, you can simplify the language 
for readability without loss of precision.
   Please change "the dot character" to "period", "the underscore character" to 
"underscore", "the square brackets characters" to "square brackets" and "the 
hyphen character" to "hyphen". Also for readability, "Permitted characters 
within region names" could be "Characters permitted in region names are".
   The result would be:
   Characters permitted in region names are alphanumeric characaters 
(`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`), period 
(`.`), underscore (`_`), square brackets (`[, ]`) and hyphen (`-`).

##########
File path: geode-docs/basic_config/data_regions/region_naming.html.md.erb
##########
@@ -24,7 +24,7 @@ follow these region naming guidelines.
 
 -   Permitted characters within region names are alphanumeric characters
 (`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`),
-the underscore character (`_`), and the hyphen character (`-`).
+the dot character (`.`), the underscore character (`_`), the square brackets 
characters (`[, ]`) and the hyphen character (`-`).

Review comment:
       Good clarification. An editorial suggestion: Since you've already 
established that you're talking about characters, you can simplify the language 
for readability without loss of precision.
   Please change "the dot character" to "period", "the underscore character" to 
"underscore", "the square brackets characters" to "square brackets" and "the 
hyphen character" to "hyphen". Also for readability, "Permitted characters 
within region names are" could be "Characters permitted in region names are".
   The result would be:
   Characters permitted in region names are alphanumeric characaters 
(`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789`), period 
(`.`), underscore (`_`), square brackets (`[, ]`) and hyphen (`-`).




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to