Skip to content

Commit 9c1cc87

Browse files
Replace Go Further item for advanced String Under The Hood blog post with item for Structures and Classes chapter in TSPL (#254)
1 parent b4bb516 commit 9c1cc87

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_data/go_further.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
thumbnail_url: /assets/images/getting-started/regular-expression-thumbnail.jpg
2828
release_date: 2022-06-07
2929
external: true
30-
- title: "Strings Under The Hood"
31-
description: "Swift strings provide a fast, Unicode-compliant way to work with text. This article provides more detail on how strings are implemented in Swift using UTF-8 and the reasons behind that choice."
30+
- title: "Structures and Classes"
31+
description: "In Swift, many existing types as well as types you define are structures and classes. This chapter of _The Swift Programming Language_ describes the similarities and differences of these fundamental building blocks, including the key concepts of value types and reference types."
3232
content_type: article
33-
content_url: /blog/utf8-string/
33+
content_url: https://docs.swift.org/swift-book/documentation/the-swift-programming-language/classesandstructures
3434
thumbnail_url: #TBD
35-
release_date: 2019-03-20
36-
external: false
35+
release_date: 2022-09-12
36+
external: true

0 commit comments

Comments
 (0)