Fix comments on mbed_assert.h

pull/5523/head
Senthil Ramakrishnan 2017-10-27 15:38:18 -05:00 committed by adbridge
parent d3ca63edd5
commit 88a91a5a9b
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ void mbed_assert_internal(const char *expr, const char *file, int line);
* Declare runtime assertions: results in runtime error if condition is false
*
* @note
* Use of MBED_ASSERT is limited debug builds only.
* Use of MBED_ASSERT is limited to Debug and Develop builds.
*
* @code
*