Skip to content

Commit 1b0f44a

Browse files
committed
Fix typo in the release notes
1 parent 2590ebb commit 1b0f44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release Notes/600.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
- Pull request: https://github.com/swiftlang/swift-syntax/pull/2433
134134

135135
- `CanImportExprSyntax` and `CanImportVersionInfoSyntax`
136-
- Description: Instead of parsing `canImport` inside `#if` directives as a special expression node, parse it as a functionc call expression. This is in-line with how the `swift(>=6.0)` and `compiler(>=6.0)` directives are parsed.
136+
- Description: Instead of parsing `canImport` inside `#if` directives as a special expression node, parse it as a function call expression. This is in-line with how the `swift(>=6.0)` and `compiler(>=6.0)` directives are parsed.
137137
- Pull request: https://github.com/swiftlang/swift-syntax/pull/2025
138138

139139
- `SyntaxClassifiedRange.offset`, `length` and `endOffset`

0 commit comments

Comments
 (0)