diff options
author | Lukas Larsson <[email protected]> | 2018-08-16 10:37:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-08-16 10:37:08 +0200 |
commit | 95188aed6498fad06a9a99644535e39d5b9804d3 (patch) | |
tree | 2c92d3b2e013ca7536bd2c5bd20db476e5e544fc /lib/ftp | |
parent | cb7b7275fdaf08429468a89142763d21a97370c2 (diff) | |
parent | 034df6b0b6792589d0ccc817792bd689818181a8 (diff) | |
download | otp-95188aed6498fad06a9a99644535e39d5b9804d3.tar.gz otp-95188aed6498fad06a9a99644535e39d5b9804d3.tar.bz2 otp-95188aed6498fad06a9a99644535e39d5b9804d3.zip |
Merge pull request #1931 from marianoguerra/fix-doc-errors-maint
fix double parenthesis and badly formatter <v> tags
Diffstat (limited to 'lib/ftp')
-rw-r--r-- | lib/ftp/doc/src/ftp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ftp/doc/src/ftp.xml b/lib/ftp/doc/src/ftp.xml index 23a9e3fec7..34e3ff84b0 100644 --- a/lib/ftp/doc/src/ftp.xml +++ b/lib/ftp/doc/src/ftp.xml @@ -314,7 +314,7 @@ <fsummary>Transfers a binary into a remote file.</fsummary> <type> <v>Pid = pid()</v> - <v>Bin = binary()()</v> + <v>Bin = binary()</v> <v>RemoteFile = string()</v> <v>Reason = restriction_reason()| shortage_reason() | common_reason()</v> </type> @@ -736,7 +736,7 @@ <fsummary>Transfers a binary into a remote file.</fsummary> <type> <v>Pid = pid()</v> - <v>Bin = binary()()</v> + <v>Bin = binary()</v> <v>RemoteFile = string()</v> <v>Reason = restriction_reason() | common_reason() | shortage_reason()</v> </type> |