File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,10 @@ Swift is a general-purpose programming language built using a modern approach to
79
79
<a href="/getting-started/swiftui" class="cta-secondary">Learn more</a>
80
80
</li >
81
81
<li >
82
- <h3>Command-line</h3>
82
+ <h3>Cross-platform Command-line</h3>
83
83
<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.
85
86
<br><br>
86
87
SwiftArgumentParser and Swift's growing package ecosystem make developing cross-platform command-line tools a breeze.
87
88
</p>
@@ -91,7 +92,6 @@ Swift is a general-purpose programming language built using a modern approach to
91
92
<li >
92
93
<h3>Server and Networking</h3>
93
94
<p>
94
- Swift code is safe by design and produces software that runs lightning-fast.
95
95
Swift's small memory footprint, quick startup time, and deterministic performance make it a great choice for server and other networked applications.
96
96
<br><br>
97
97
SwiftNIO and Swift's dynamic server ecosystem bring joy to developing networked applications.
You can’t perform that action at this time.
0 commit comments