mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 11:50:28 +02:00
typo fix in web.texi
* doc/ref/web.texi (URIs): Fix a typo/thinko.
This commit is contained in:
parent
a8215aedad
commit
98aa6f5bde
1 changed files with 4 additions and 4 deletions
|
@ -178,10 +178,10 @@ URI := scheme ":" ["//" [userinfo "@@"] host [":" port]] path \
|
||||||
|
|
||||||
For example, in the URI, @indicateurl{http://www.gnu.org/help/}, the
|
For example, in the URI, @indicateurl{http://www.gnu.org/help/}, the
|
||||||
scheme is @code{http}, the host is @code{www.gnu.org}, the path is
|
scheme is @code{http}, the host is @code{www.gnu.org}, the path is
|
||||||
@code{/help/}, and there is no userinfo, port, query, or path. All URIs
|
@code{/help/}, and there is no userinfo, port, query, or fragment. All
|
||||||
have a scheme and a path (though the path might be empty). Some URIs
|
URIs have a scheme and a path (though the path might be empty). Some
|
||||||
have a host, and some of those have ports and userinfo. Any URI might
|
URIs have a host, and some of those have ports and userinfo. Any URI
|
||||||
have a query part or a fragment.
|
might have a query part or a fragment.
|
||||||
|
|
||||||
Userinfo is something of an abstraction, as some legacy URI schemes
|
Userinfo is something of an abstraction, as some legacy URI schemes
|
||||||
allowed userinfo of the form @code{@var{username}:@var{passwd}}. But
|
allowed userinfo of the form @code{@var{username}:@var{passwd}}. But
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue