From 6298019f419b65c628b7d547603db2936c94fb10 Mon Sep 17 00:00:00 2001 From: Andre Alves Garzia Date: Sun, 22 Jun 2025 11:41:42 +0100 Subject: [PATCH 1/2] Fix misleading information in index.md Related to https://github.com/swiftlang/swift-org-website/issues/1044 --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index a81469fbc..003b1e3c8 100644 --- a/index.md +++ b/index.md @@ -53,7 +53,7 @@ atom: true

- 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++. + Swift a wonderful 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++.


From 51b4ec3090864de29565ba1e1f57ab110904099d Mon Sep 17 00:00:00 2001 From: Andre Alves Garzia Date: Sun, 22 Jun 2025 11:44:34 +0100 Subject: [PATCH 2/2] Update callouts.yml removing misleading information Fix misleading information, related to https://github.com/swiftlang/swift-org-website/issues/1044 --- _data/new-data/landing/callouts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/new-data/landing/callouts.yml b/_data/new-data/landing/callouts.yml index b8663792c..3dbb7dbe3 100644 --- a/_data/new-data/landing/callouts.yml +++ b/_data/new-data/landing/callouts.yml @@ -71,7 +71,7 @@ - title: Adaptable subtitle: From microcontrollers to servers. - 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." + text: "A powerful 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." code: |- // Configure UART by direct register manipulation // using Swift MMIO. Enables RX and TX, and sets