From cb6c30089a1809d5969dc6502dc847096a8a6766 Mon Sep 17 00:00:00 2001 From: Brad Chamberlain Date: Wed, 20 Mar 2024 12:47:34 -0700 Subject: [PATCH] Fix a spelling mistake Paul caught (I did run spellcheck, but tend to not pay much attention to the technical terms that are flagged) --- Signed-off-by: Brad Chamberlain --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 9ab79940f818..974dc8059bb0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -82,7 +82,7 @@ New Standard Library Features ----------------------------- * added new routines for reading from a `string`/`bytes` like it was a file (see https://chapel-lang.org/docs/2.0/modules/standard/IO.html#IO.openStringReader) -* added a new `getFile()` method to 'IO's `fileReeader`/`fileWriter` types +* added a new `getFile()` method to 'IO's `fileReader`/`fileWriter` types (see https://chapel-lang.org/docs/2.0/modules/standard/IO.html#IO.fileReader.getFile) * added support for initializing a `list` of `list`s from an array of arrays * `abs()` and `sqrt()` taking `param`s now return a `param` in more cases