From f011fd35ff396ac06a071b33afabefe0b70b93c3 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Wed, 24 Apr 2019 14:17:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c18229..6b5204b 100644 --- a/README.md +++ b/README.md @@ -313,7 +313,7 @@ numbers = {1, 2, 3} a = true b = true 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