Skip to content

Commit cab4cf6

Browse files
committed
Minor doc improvements.
1 parent 7ce5bee commit cab4cf6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Release/include/cpprest/base_uri.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ namespace web {
316316
/// A default port is one where the port is unspecified, and will be determined by the operating system.
317317
/// The choice of default port may be dictated by the scheme (http -> 80) or not.
318318
/// </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>
320320
bool is_port_default() const
321321
{
322322
return !is_empty() && this->port() == 0;

Release/include/cpprest/streams.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace Concurrency { namespace streams
103103
}
104104

105105
/// <summary>
106-
/// Base interface for asynchronous output streams.
106+
/// Base interface for all asynchronous output streams.
107107
/// </summary>
108108
template<typename CharType>
109109
class basic_ostream

0 commit comments

Comments
 (0)