From 8aef39c00ed7aceb1e5631697874f6db3730a8fa Mon Sep 17 00:00:00 2001 From: eerivera Date: Thu, 18 May 2023 18:34:17 -0400 Subject: [PATCH] Update Assignment Creation README for Syntax Issue I ran into this syntax error, so I'm fixing it so others don't have the same error. There's also potential for import conflicts when using `provide-types *`, but at least that's syntactically valid. --- ASSIGNMENT_CREATION_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASSIGNMENT_CREATION_README.md b/ASSIGNMENT_CREATION_README.md index 33a6f3fb..d1b81791 100644 --- a/ASSIGNMENT_CREATION_README.md +++ b/ASSIGNMENT_CREATION_README.md @@ -8,7 +8,7 @@ the spec are named `fact` and `fib`, then each of the wheat/chaff files should have as header: ``` - provide { fact: fact, fib: fib } + provide { fact: fact, fib: fib } end provide-types * ``` * If any tests are provided within these implementations they