Skip to content

Commit 2146123

Browse files
authored
Fix typo in 600 release notes: isValidIdentifier -> isValidSwiftIdentifier
1 parent 06b5cdc commit 2146123

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)