diff --git a/documentation/release_notes.rst b/documentation/release_notes.rst index 11fe47fc0cf..04a1b2b61f2 100644 --- a/documentation/release_notes.rst +++ b/documentation/release_notes.rst @@ -26,7 +26,7 @@ Changes to Existing Features Fixed Issues ------------ -- Fixed runtime errors occurring with``find_end``, ``search``, ``search_n`` algorithms when a program is built with -O0 option and executed on CPU devices. +- Fixed runtime errors occurring with ``find_end``, ``search``, ``search_n`` algorithms when a program is built with -O0 option and executed on CPU devices. - Fixed the majority of unused parameter warnings. Known Issues and Limitations