Swift: sync files

This commit is contained in:
Jeroen Ketema
2025-10-31 10:24:03 +01:00
parent f4d1e1c034
commit eab6579e12

View File

@@ -86,7 +86,7 @@ struct HasPropertyAndObserver {
}
}
// A field can be marked as read-only by dirctly implementing
// A field can be marked as read-only by directly implementing
// the getter between the braces.
var readOnlyField1: Int {
return 0