Skip to content

Commit

Permalink
Fix typo in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanTAllen committed Jan 25, 2025
1 parent cbc1213 commit bf3df1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .release-notes/next-release.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Bad
end
```

The code should not compile because `let s': String iso` is aliasing `_s` an iso field. Consuming an aliases iso shouldn't return an iso^.
The code should not compile because `let s': String iso` is aliasing `_s` an iso field. Consuming an aliased iso shouldn't return an iso^.

The take-away is that "very bad things could happen" and the data race freedom guarantees of the Pony compiler were being violated.

Expand Down

0 comments on commit bf3df1e

Please sign in to comment.