Skip to content

Commit

Permalink
Fix a spelling mistake Paul caught
Browse files Browse the repository at this point in the history
(I did run spellcheck, but tend to not pay much attention to the
technical terms that are flagged)

---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Mar 20, 2024
1 parent 741f1c8 commit cb6c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cb6c300

Please sign in to comment.