Skip to content

Commit 47adbd2

Browse files
author
Mel W
authored
Minor streamlining of long sentences
1 parent abeab68 commit 47adbd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

platform/NonCopyable.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ namespace mbed {
101101
* @endcode
102102
*
103103
* Although manually declaring private copy constructor and assignment functions
104-
* works, it is not ideal because these declarations are usually easy to forget,
105-
* not immediately visible and may be obscure for uninformed programmers.
104+
* works, it is not ideal. These declarations are usually easy to forget,
105+
* not immediately visible, and may be obscure to uninformed programmers.
106106
*
107107
* Using the NonCopyable class reduces the boilerplate required and expresses
108108
* the intent because class inheritance appears right after the class name
@@ -159,7 +159,7 @@ namespace mbed {
159159
*
160160
* @tparam T The type that should be made noncopyable.
161161
*
162-
* @note Compile time errors are disabled if you use the develop or the release profile.
162+
* @note Compile time errors are disabled if you use the develop or release profile.
163163
* To override this behavior and force compile time errors in all profiles,
164164
* set the configuration parameter "platform.force-non-copyable-error" to true.
165165
*/

0 commit comments

Comments
 (0)