diff --git a/tests/data/pyret.arr b/tests/data/pyret.arr index 67c7372a5..3ca37c9ad 100644 --- a/tests/data/pyret.arr +++ b/tests/data/pyret.arr @@ -1,7 +1,7 @@ //! 20 lines 8 code 4 comments 6 blanks fun single-quote(): - doc: "this is a documentation strng" + doc: "this is a documentation string" 'foo' end