summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Paul <n@nc0.fr>2023-10-04 09:22:01 +0200
committerNicolas Paul <n@nc0.fr>2023-10-04 09:27:14 +0200
commit3891e2ca3a08a2fdde40d080240b4914954bbfba (patch)
tree760f2f2980f0145634be0d504ce024f5bcdb85b0
parentcbe56ed63e74c91de5fbfa0c1a3a40283e48ac55 (diff)
Reformulate some sentences
-rw-r--r--doc/pages/references.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pages/references.md b/doc/pages/references.md
index fb5497b..4b9d270 100644
--- a/doc/pages/references.md
+++ b/doc/pages/references.md
@@ -74,8 +74,8 @@ Two modules with the same name cannot exist at the same time in the same index.
A module name must be a valid URL path segment, it cannot be empty, nor
contains dots (`.`), slashes (`/`), backslashes (`\`), colons (`:`),
-asterisks (`*`), or ASCII control characters (i.e. `\x00` through `\x1f`)
-(required to avoid issues with file systems and URLs).
+asterisks (`*`), or any ASCII control characters (i.e. `\x00` through `\x1f`)
+(required to avoid issues with filesystems and URLs).
The module name cannot also be simply `index`. This is a limitation of the
file generation system.