Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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()
},
Expand Down