File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ namespace web {
316
316
// / A default port is one where the port is unspecified, and will be determined by the operating system.
317
317
// / The choice of default port may be dictated by the scheme (http -> 80) or not.
318
318
// / </summary>
319
- // / <returns>True if this URI instance has a default port.</returns>
319
+ // / <returns><c>true</c> if this URI instance has a default port, <c>false</c> otherwise .</returns>
320
320
bool is_port_default () const
321
321
{
322
322
return !is_empty () && this ->port () == 0 ;
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ namespace Concurrency { namespace streams
103
103
}
104
104
105
105
// / <summary>
106
- // / Base interface for asynchronous output streams.
106
+ // / Base interface for all asynchronous output streams.
107
107
// / </summary>
108
108
template <typename CharType>
109
109
class basic_ostream
You can’t perform that action at this time.
0 commit comments