Skip to content

Commit 5375865

Browse files
committed
strip spaces for name/namespace
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 8508b81 commit 5375865

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PURL-SPECIFICATION.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ To parse a ``purl`` string in its components:
432432
- UTF-8-decode the ``version`` if needed in your programming language
433433
- This is the ``version``
434434

435-
- Strip all leading and trailing '/' characters (e.g., '/', '//', '///' and
435+
- Strip all trailing '/' characters (e.g., '/', '//', '///' and
436436
so on) from the ``remainder``
437437

438438
- Split this once from right on '/'

0 commit comments

Comments
 (0)