Skip to content

Commit 2e2d036

Browse files
authored
Merge pull request swiftlang#2778 from swiftlang/ahoppen-patch-1
Fix typo in release notes: `isValidIdentifier` -> `isValidSwiftIdentifier`
2 parents 8740e15 + 9457d7a commit 2e2d036

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
@@ -32,7 +32,7 @@
3232
- Description: The `throwsSpecifier` for the effects nodes (`AccessorEffectSpecifiers`, `FunctionEffectSpecifiers`, `TypeEffectSpecifiers`, `EffectSpecifiers`) has been replaced with `throwsClause`, which captures both the throws specifier and the (optional) thrown error type, as introduced by SE-0413.
3333
- Pull Request: https://github.com/swiftlang/swift-syntax/pull/2379
3434

35-
- `String.isValidIdentifier(for:)`
35+
- `String.isValidSwiftIdentifier(for:)`
3636
- Description: `SwiftParser` adds an extension on `String` to check if it can be used as an identifier in a given context.
3737
- Pull Request: https://github.com/swiftlang/swift-syntax/pull/2434
3838

0 commit comments

Comments
 (0)