aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/doc/src/http_uri.xml
diff options
context:
space:
mode:
authorLars Thorsen <[email protected]>2015-12-11 10:07:21 +0100
committerLars Thorsen <[email protected]>2015-12-11 10:07:21 +0100
commitfae6b9385f3d0d1c725ca6cdb588b8bf1e473721 (patch)
tree9b0b87cea4fd11a46bf64b9a04d4fbeca7875da3 /lib/inets/doc/src/http_uri.xml
parent8c276c8c804e8cefb9f88d6bc6449916c3ec3a82 (diff)
parent545b938fb12396c9e1313a4bacf68f5307941be5 (diff)
downloadotp-fae6b9385f3d0d1c725ca6cdb588b8bf1e473721.tar.gz
otp-fae6b9385f3d0d1c725ca6cdb588b8bf1e473721.tar.bz2
otp-fae6b9385f3d0d1c725ca6cdb588b8bf1e473721.zip
Merge branch 'lars/correct-doc-bugs' into maint
Diffstat (limited to 'lib/inets/doc/src/http_uri.xml')
-rw-r--r--lib/inets/doc/src/http_uri.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/inets/doc/src/http_uri.xml b/lib/inets/doc/src/http_uri.xml
index 64e6c7a6cc..8e0301c520 100644
--- a/lib/inets/doc/src/http_uri.xml
+++ b/lib/inets/doc/src/http_uri.xml
@@ -4,7 +4,7 @@
<erlref>
<header>
<copyright>
- <year>2012</year><year>2013</year>
+ <year>2012</year><year>2015</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -142,14 +142,14 @@
<p>If the fragment option is <c>true</c>, the URI fragment is returned as
part of the parsing result, otherwise it is ignored.</p>
- <p>Scheme validation fun is to be defined as follows:
+ <p>Scheme validation fun is to be defined as follows:</p>
- <code>
+ <code>
fun(SchemeStr :: string()) ->
valid | {error, Reason :: term()}.
- </code>
+ </code>
- It is called before scheme string gets converted into scheme atom and
+ <p>It is called before scheme string gets converted into scheme atom and
thus possible atom leak could be prevented</p>
<marker id="encode"></marker>