diff options
author | Raimo Niskanen <[email protected]> | 2018-07-26 10:06:13 +0200 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2018-07-27 10:16:17 +0200 |
commit | 1fd03472d3d57e57ae4ebcbf0109f82dce14b90c (patch) | |
tree | d7efb04788cc7c5783bcdd41cf9224bcdc60ca81 /lib/inets | |
parent | d7e303cb7981e2ceb0eb0074cf7402feec5da868 (diff) | |
download | otp-1fd03472d3d57e57ae4ebcbf0109f82dce14b90c.tar.gz otp-1fd03472d3d57e57ae4ebcbf0109f82dce14b90c.tar.bz2 otp-1fd03472d3d57e57ae4ebcbf0109f82dce14b90c.zip |
Remove newline between can and not
After this whitespace modification there should be no "can not"s
separated by a newline in the entire OTP repository, so to find
them all a simple git grep will do just fine.
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/doc/src/notes_history.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes_history.xml b/lib/inets/doc/src/notes_history.xml index c12899e614..fb0c79da6f 100644 --- a/lib/inets/doc/src/notes_history.xml +++ b/lib/inets/doc/src/notes_history.xml @@ -1149,8 +1149,8 @@ <list type="bulleted"> <item> <p>When further testing the functionality of https requests - that goes through a proxy. We realised that alas this can - not currently be supported as it requires features from + that goes through a proxy. We realised that alas this + can not currently be supported as it requires features from the ssl implementation that is not currently available. So for now an error message will be returned when trying to use this functionality.</p> |