diff --git a/NEWS.md b/NEWS.md index afbb7d00e75b0c..9635426cc5d7c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -94,7 +94,8 @@ Standard library changes argument have a type more specific than `Any`; use SHIFT-TAB instead of TAB to allow any compatible methods. -* New `err` global variable in `Main` set when an expression throws an exception, akin to `ans`. Typing `err` reprints the exception information. +* New `err` global variable in `Main` set when an expression throws an exception, akin to `ans`. Typing `err` reprints + the exception information. #### SparseArrays