Skip to content

Commit 526aa2f

Browse files
committed
Clarify auth string
1 parent 302ffc0 commit 526aa2f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/Language/typesystem.pod6

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,11 @@ C«:auth<>», and C«:api<>» respectively. All of them take a string as argumen
942942
for C<:ver> the string is converted to a L«C«Version»|/type/Version» object, and
943943
for C<:api> the string is converted into an
944944
L<allomorph|/language/glossary#index-entry-Allomorph>
945-
L«C«IntStr»|/type/IntStr» object. To query the version, author, and API version
945+
L«C«IntStr»|/type/IntStr» object. C<:auth> generally takes the form
946+
C<hosting:ID>, as in C<github:githubnick> or C<gitlab:gitlab-user>.
947+
948+
949+
To query the version, author, and API version
946950
of a type use L<C<.^ver>|/type/Metamodel::Versioning#method_ver>,
947951
L<C<.^auth>|/type/Metamodel::Versioning#method_auth>, and
948952
L<C<.^api>|/type/Metamodel::Versioning#method_api> respectively, as illustrated

0 commit comments

Comments
 (0)