diff options
author | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-10-07 10:21:23 +0200 |
commit | 118bf7a9612f5df366633726581803a1a157154c (patch) | |
tree | 12f2654126e36a338e3f7b77495c5f914f388225 /lib/inets/doc/src/httpc.xml | |
parent | 992bc0dad066bdec66996acae40b370b5377a161 (diff) | |
parent | 52598d49c267110dff69f40411ff9a217cd9041d (diff) | |
download | otp-118bf7a9612f5df366633726581803a1a157154c.tar.gz otp-118bf7a9612f5df366633726581803a1a157154c.tar.bz2 otp-118bf7a9612f5df366633726581803a1a157154c.zip |
Merge branch 'kostis/inets-reference-record-types/PR-1188' into maint
* kostis/inets-reference-record-types/PR-1188:
Replace ref() with reference() in inets files
Diffstat (limited to 'lib/inets/doc/src/httpc.xml')
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 13471aab2c..705afec022 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -68,7 +68,7 @@ this module:</p> <p><c>boolean() = true | false</c></p> <p><c>string()</c> = list of ASCII characters</p> - <p><c>request_id() = ref()</c></p> + <p><c>request_id() = reference()</c></p> <p><c>profile() = atom()</c></p> <p><c>path() = string()</c> representing a file path or directory path</p> <p><c>ip_address()</c> = See the |