Skip to content

Commit 94af3a7

Browse files
Update copy homepage (#989)
1 parent cc7e00f commit 94af3a7

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
@@ -2,7 +2,7 @@
22
subtitle: Build with speed and performance.
33
text: Swift meets the most performance-critical needs, while allowing your code to remain expressive and approachable. Swift compiles directly to native code and provides predictable memory management.
44
code: |-
5-
// Vectorized check that a utf8 buffer is all ASII
5+
// Vectorized check that a utf8 buffer is all ASCII
66
func isASCII(utf8: Span<SIMD16<UInt8>>) -> Bool {
77
// combine all the code units into a single entry
88
utf8.indices.reduce(into: SIMD16()) {
@@ -15,7 +15,7 @@
1515
1616
- title: Expressive
1717
subtitle: Concise code. Powerful results.
18-
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 protocol-oriented 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.
18+
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
2121

0 commit comments

Comments
 (0)