summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShugo Maeda <shugo@ruby-lang.org>2021-09-16 17:31:39 +0900
committerShugo Maeda <shugo@ruby-lang.org>2021-09-16 17:31:39 +0900
commit5f1385bec0b6cfddbd51fc867ee6dcff2122399b (patch)
tree4443ba51b86ad8842d9b40dac247ad1f8b5e8ee8
parent81fd91ab1ba0a17ba7d117d125cc439bc17aa6e0 (diff)
Add a newline [ci skip]
-rw-r--r--NEWS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 173afe1ed7..38d7859847 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -71,6 +71,7 @@ Note that each entry is kept to a minimum, see links for details.
* Values in Hash literals and keyword arguments can be omitted.
[[Feature #14579]]
+
For example,
* `{x:, y:}` is a syntax sugar of `{x: x, y: y}`.