Skip to content

Commit d15abbd

Browse files
committed
fixup
1 parent 50b7fba commit d15abbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ Swift is a general-purpose programming language built using a modern approach to
7979
<a href="/getting-started/swiftui" class="cta-secondary">Learn more</a>
8080
</li>
8181
<li>
82-
<h3>Command-line</h3>
82+
<h3>Cross-platform Command-line</h3>
8383
<p>
84-
Writing Swift code is interactive and fun, the syntax is concise yet expressive.
84+
Writing Swift is interactive and fun, the syntax is concise yet expressive.
85+
Swift code is safe by design and produces software that runs lightning-fast.
8586
<br><br>
8687
SwiftArgumentParser and Swift's growing package ecosystem make developing cross-platform command-line tools a breeze.
8788
</p>
@@ -91,7 +92,6 @@ Swift is a general-purpose programming language built using a modern approach to
9192
<li>
9293
<h3>Server and Networking</h3>
9394
<p>
94-
Swift code is safe by design and produces software that runs lightning-fast.
9595
Swift's small memory footprint, quick startup time, and deterministic performance make it a great choice for server and other networked applications.
9696
<br><br>
9797
SwiftNIO and Swift's dynamic server ecosystem bring joy to developing networked applications.

0 commit comments

Comments
 (0)