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 a0d688c commit 1fdbfc0Copy full SHA for 1fdbfc0
documentation/cxx-interop/index.md
@@ -1610,7 +1610,7 @@ void createMountainRange() {
1610
Swift classes that are exposed to C++ become C++ classes in the
1611
generated header. Top-level classes are placed in the C++ `namespace`
1612
that represents the Swift module. The exposed initializers, methods and
1613
-properties defined inside of the Swift structure become members of the
+properties defined inside of the Swift class become members of the
1614
C++ class.
1615
1616
The C++ class that represents a Swift class is copyable and movable.
0 commit comments