From 81d125b5c57b880bf07e94471420ec95b1a969f1 Mon Sep 17 00:00:00 2001 From: Wolfgang Lutz Date: Thu, 17 Oct 2024 10:23:20 +0200 Subject: [PATCH] Update InteropSamples.swift There are more occurrences of this, are they generated from a common source? --- .../iosApp/iosApp/InteropSamples.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-swift-interopedia-samples/iosApp/iosApp/InteropSamples.swift b/kotlin-swift-interopedia-samples/iosApp/iosApp/InteropSamples.swift index 92d57c4..a05824c 100644 --- a/kotlin-swift-interopedia-samples/iosApp/iosApp/InteropSamples.swift +++ b/kotlin-swift-interopedia-samples/iosApp/iosApp/InteropSamples.swift @@ -124,7 +124,7 @@ func classesAndInterfacesSection() -> InteropSection { }, InteropSample( title: "Data classes", - description: "Some autogenerated functions are converted to Swift: `copy` to `doCopy`, `equals` to `isEquals`, `toString` to `description`. Additional features, like destructuring, are not supported." + description: "Some autogenerated functions are converted to Swift: `copy` to `doCopy`, `equals` to `isEqual`, `toString` to `description`. Additional features, like destructuring, are not supported." ) { dataClassExample() },