Skip to content

Commit

Permalink
Fix a spelling mistake Paul caught (chapel-lang#24659)
Browse files Browse the repository at this point in the history
[trivial, not reviewed]

(I did run spellcheck, but tend to not pay much attention to the
technical terms that are flagged)
  • Loading branch information
bradcray authored Mar 20, 2024
2 parents d96e852 + cb6c300 commit 8e240cb
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 8e240cb

Please sign in to comment.