Skip to content

Commit 1fdbfc0

Browse files
authored
[cxx-interop] Fix incorrectly referring to structure instead of class (#738)
1 parent a0d688c commit 1fdbfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/cxx-interop/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@ void createMountainRange() {
16101610
Swift classes that are exposed to C++ become C++ classes in the
16111611
generated header. Top-level classes are placed in the C++ `namespace`
16121612
that represents the Swift module. The exposed initializers, methods and
1613-
properties defined inside of the Swift structure become members of the
1613+
properties defined inside of the Swift class become members of the
16141614
C++ class.
16151615

16161616
The C++ class that represents a Swift class is copyable and movable.

0 commit comments

Comments
 (0)