Skip to content

Commit 8082415

Browse files
committed
Copy edit and slightly tone down front page
1 parent b0b9c09 commit 8082415

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

_data/new-data/landing/callouts.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
1616
- title: Expressive
17-
subtitle: Concise code. Powerful results.
17+
subtitle: Concise code, powerful results.
1818
text: Swift empowers you to write advanced code in a concise, readable syntax that even a beginner can understand. Swift supports object-oriented, functional, and generic programming patterns that experienced developers are familiar with. Its progressive disclosure allows you to pick up the language quickly, taking advantage of power-user features as you need them.
1919
code: |-
2020
import ArgumentParser
@@ -39,7 +39,7 @@
3939
4040
- title: Safe
4141
subtitle: Protect memory safety.
42-
text: Swift prioritizes safety and eliminates entire classes of bugs and vulnerabilities by its design. Memory safety and data race safety are core features of the language, making them straightforward to integrate into your codebase. Safety is required at compile time, before your applications are ever run.
42+
text: Swift prioritizes safety and eliminates entire classes of bugs and vulnerabilities by its design. Memory and data race safety are core features of the language, making them straightforward to integrate into your codebase. Safety is required at compile time, before your applications are ever run.
4343
code: |-
4444
let transform = Affine2DTransformBuilder()
4545
.translate([10.0, 20.0].span)
@@ -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 insert 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: "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."
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"/> Swift’s strengths that make it so unique.
60+
It's the combination of approachability, speed, safety, and all of<br class="hide-small"/> Swift’s strengths that make it unique.
6161
</p>
6262
</div>
6363
{% for callout in pillar1_callouts %}

0 commit comments

Comments
 (0)