From 3891e2ca3a08a2fdde40d080240b4914954bbfba Mon Sep 17 00:00:00 2001 From: Nicolas Paul Date: Wed, 4 Oct 2023 09:22:01 +0200 Subject: Reformulate some sentences --- doc/pages/references.md | 4 ++-- 1 file 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. -- cgit v1.2.3