Skip to content

Commit 0949d27

Browse files
authored
Update the text for interoperable (#1027)
1 parent b730053 commit 0949d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_data/new-data/landing/callouts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
- title: Interoperable
5757
subtitle: Adopt in existing code incrementally.
58-
text: Swift’s interoperability features allow you to incrementally adopt the language into existing codebases without requiring a full code rewrite. Interoperability is bi-directional and works with other languages, including C, C++, Objective-C, and Java. And Swift can directly call code written in C without requiring a bridging layer or additional effort.
58+
text: Swift provides unmatched interoperability with its combination of natively understanding C and C++ types without the need for foreign function interfaces, and by providing bridging for bi-directional access. Swift’s interoperability features allow you to incrementally adopt the language into existing codebases without requiring a full code rewrite.
5959
code: |-
6060
import CxxStdlib
6161
@@ -93,4 +93,4 @@
9393
- link: https://github.com/swiftlang
9494
text: View SwiftLang on GitHub
9595
- link: https://forums.swift.org
96-
text: Join the forums
96+
text: Join the forums

0 commit comments

Comments
 (0)