Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-04-24 14:17:55 -04:00 committed by GitHub
parent 16ef9d2de6
commit f011fd35ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -313,7 +313,7 @@ numbers = {1, 2, 3}
a = true a = true
b = true b = true
c = {3.14, 2.718} c = {3.14, 2.718}
d = {"a.txt", "b.txt", "c.txt"} files = {"a.txt", "b.txt", "c.txt"}
``` ```
### Restricting the set of values for an argument ### Restricting the set of values for an argument