Fixing some upstream typos etc

This commit is contained in:
Jon Janego
2025-05-19 16:33:45 -05:00
parent fce5b4d43e
commit 3bd2f85a8e
6 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
### Minor Analysis Improvements
* Added AST nodes `ActorIsolationErasureExpr`, `CurrentContextIsolationExpr`,
`ExtracFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
`ExtractFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
added by Swift 6.0.
## 4.1.4

View File

@@ -7,5 +7,5 @@
### Minor Analysis Improvements
* Added AST nodes `ActorIsolationErasureExpr`, `CurrentContextIsolationExpr`,
`ExtracFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
`ExtractFunctionIsolationExpr` and `UnreachableExpr` that correspond to new nodes
added by Swift 6.0.