changeset 27538:7f1fbc0541bd

doc: NEWS fix Markdown markup for code using "`" not "'".
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 22 Oct 2019 10:06:33 +0900
parents 7dc31256c5e4
children 207e0bc53cdd
files NEWS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@
 
 ### General improvements
 
-- The `intersect`, `setdiff', `setxor`, `union`, and `unique` functions
+- The `intersect`, `setdiff`, `setxor`, `union`, and `unique` functions
   accept a new sorting option `"stable"` which will return output values
   in the same order as the input, rather than in ascending order.