Skip to content

Commit 6d615a6

Browse files
committed
Copy edit and slightly tone down front page
1 parent ef765ef commit 6d615a6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

_data/new-data/landing/callouts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
let uMagnitude = vec_mag(u.span)
5555
5656
- title: Interoperable
57-
subtitle: Adopt in existing code incrementally.
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.
57+
subtitle: Adopt Swift in existing code incrementally.
58+
text: Swift provides unmatched interoperability, with its combination of natively understanding C and C++ types, without the need for foreign function interfaces, and 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
@@ -71,7 +71,7 @@
7171
7272
- title: Adaptable
7373
subtitle: From microcontrollers to servers.
74-
text: "The only language that can span from embedded and kernel, to server and apps. Swift excels no matter where it’s used: from constrained environments like firmware where every byte counts, to cloud services handling billions of requests a day."
74+
text: "Spanning from embedded and kernel to server and apps, Swift excels no matter where it’s used, from constrained environments like firmware, where every byte counts, to cloud services handling billions of requests a day."
7575
code: |-
7676
// Configure UART by direct register manipulation
7777
// using Swift MMIO. Enables RX and TX, and sets

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ atom: true
5353
<section id="pillar-1" class="section pillar">
5454
<div class="pillar-wrapper content-wrapper">
5555
<p class="pillar-intro">
56-
Swift is the only language that scales from embedded devices and kernels to apps and cloud infrastructure. It’s simple, and expressive, with incredible performance and safety. And it has unmatched interoperability with C and C++.
56+
Swift scales from embedded devices and kernels to apps and cloud infrastructure. It’s simple and expressive, with incredible performance and safety. And it has unmatched interoperability with C and C++.
5757
</p>
5858
<br />
5959
<p class="pillar-intro">
60-
It's the combination of approachability, speed, safety, and all of<br class="hide-small"/> Swifts strengths that make it so unique.
60+
It's the unique combination of approachability, speed, safety, and all of<br class="hide-small"/> Swift's strengths that make it so powerful.
6161
</p>
6262
</div>
6363
{% for callout in pillar1_callouts %}

0 commit comments

Comments
 (0)