1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

typo fix in web.texi

* doc/ref/web.texi (URIs): Fix a typo/thinko.
This commit is contained in:
Andy Wingo 2012-06-29 11:55:40 +02:00
parent a8215aedad
commit 98aa6f5bde

View file

@ -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