Add a newline [ci skip]

This commit is contained in:
Shugo Maeda 2021-09-16 17:31:39 +09:00
parent 81fd91ab1b
commit 5f1385bec0
No known key found for this signature in database
GPG Key ID: 2DFE34085E97CE47
1 changed files with 1 additions and 0 deletions

View File

@ -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}`.