Skip to content

Commit f935ace

Browse files
authored
Update README.md
1 parent 8e710dd commit f935ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ fn({min: 5}) // min*60 + "sec" == "300sec"
111111
['()', a, b]; // access operator `a(b)`
112112
[, 'a']; // literal value `'a'`
113113
a; // variable (from scope)
114-
null|empty; // placeholder
114+
null|empty; // placeholder
115115

116116
// eg.
117117
['()', 'a'] // (a)

0 commit comments

Comments
 (0)