File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,8 @@ namespace mbed {
101
101
* @endcode
102
102
*
103
103
* 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.
106
106
*
107
107
* Using the NonCopyable class reduces the boilerplate required and expresses
108
108
* the intent because class inheritance appears right after the class name
@@ -159,7 +159,7 @@ namespace mbed {
159
159
*
160
160
* @tparam T The type that should be made noncopyable.
161
161
*
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.
163
163
* To override this behavior and force compile time errors in all profiles,
164
164
* set the configuration parameter "platform.force-non-copyable-error" to true.
165
165
*/
You can’t perform that action at this time.
0 commit comments