We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ab0780 commit 5eb0b0cCopy full SHA for 5eb0b0c
userdocs/diagnostics/clang-declaration-import.md
@@ -10,7 +10,7 @@ typedef int NotificationIdentifier
10
__attribute__((swift_name("Notification.Identifier")))
11
```
12
13
-The Swift compiler would emit the following warning if no type named `Notification` could not be found:
+The Swift compiler would emit the following warning if no type named `Notification` could be found:
14
15
16
warning: imported declaration 'NotificationIdentifier' could not be mapped to 'Notification.Identifier’
0 commit comments