Skip to content

Commit 5eb0b0c

Browse files
tshortlibeccadax
andauthored
Update userdocs/diagnostics/clang-declaration-import.md
Co-authored-by: Becca Royal-Gordon <[email protected]>
1 parent 6ab0780 commit 5eb0b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userdocs/diagnostics/clang-declaration-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ typedef int NotificationIdentifier
1010
__attribute__((swift_name("Notification.Identifier")))
1111
```
1212

13-
The Swift compiler would emit the following warning if no type named `Notification` could not be found:
13+
The Swift compiler would emit the following warning if no type named `Notification` could be found:
1414

1515
```
1616
warning: imported declaration 'NotificationIdentifier' could not be mapped to 'Notification.Identifier’

0 commit comments

Comments
 (0)