diff --git a/doc/source/design/default-latest-version-specifiers.rst b/doc/source/design/default-latest-version-specifiers.rst index 37d544f1..d890a5e1 100644 --- a/doc/source/design/default-latest-version-specifiers.rst +++ b/doc/source/design/default-latest-version-specifiers.rst @@ -14,7 +14,7 @@ Configuration - in case ``implicit_default`` is disabled - means a ``default`` symbol or a ``latest`` symbol should be found defined to respectively make use of the ``@default`` or ``@latest`` specifiers - - an error is elsewhere raised + - an error is otherwise raised Specification @@ -36,4 +36,10 @@ Specification - ``default`` or ``latest`` version specifiers cannot be employed in version range - - elsewhere an error is raised + - otherwise an error is raised + +- When a ``default`` or ``latest`` modulefile exists + + - ``@default`` or respectively ``@latest`` will resolve to the existing modulefile + - no automatic symbol will be recorded in this case as ``default`` or ``latest`` are regular versions +