changeset 31060:7201d9b7cea6 stable

NEWS.7.md: Fix typo and formatting.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 02 Jun 2022 19:52:08 +0200
parents b4a6ea55154f
children 20aa91d357be
files etc/NEWS.7.md
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Thu Jun 02 19:34:02 2022 +0200
+++ b/etc/NEWS.7.md	Thu Jun 02 19:52:08 2022 +0200
@@ -8,7 +8,7 @@
 ### Improvements and fixes
 
 - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466).
-- `hdl2struct.m`: Fix saving of uibuttongroups (bug #62266).
+- `hdl2struct.m`: Fix saving of `uibuttongroups` (bug #62266).
 - Fix `ls` with glob patterns on Windows (bug #62282).
 - `pkg.m`: Create directory before saving file (bug #62303).
 - `nchoosek.m`: Fix freeze-up for certain integer inputs (bug #62319).
@@ -35,7 +35,7 @@
 ### GUI
 
 - Fix removing trailing spaces on closing a modified file (bug #62271).
-- Replace use of depreciated `QDesktopWidget` in GUI.
+- Replace use of deprecated `QDesktopWidget` in GUI.
 - Fix display in Variable Editor when `fixed_point_format` is on (bug #62544).
 
 ### Build system / Tests