Closed egorzhdan closed 2 months ago
This fixes confusing wording in a documentation comment: .interoperabilityMode enables interoperability between Swift and C++.
.interoperabilityMode
This also changes the doc comment for a parameter of this method: the actual value of InteroperabilityMode is spelled as Cxx, not CXX.
InteroperabilityMode
Cxx
CXX
@swift-ci test
@swift-ci please smoke test macOS
@swift-ci please test macOS
This fixes confusing wording in a documentation comment:
.interoperabilityMode
enables interoperability between Swift and C++.This also changes the doc comment for a parameter of this method: the actual value of
InteroperabilityMode
is spelled asCxx
, notCXX
.