We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aee7a8b + cee7d90 commit 4492e7cCopy full SHA for 4492e7c
docs/OptimizationTips.rst
@@ -120,7 +120,7 @@ in the following ``C.array1`` and ``D.array1`` will be accessed directly
120
}
121
122
class D {
123
- final var array1 [Int] // 'array1' cannot be overridden by a computed property.
+ final var array1: [Int] // 'array1' cannot be overridden by a computed property.
124
var array2: [Int] // 'array2' *can* be overridden by a computed property.
125
126
0 commit comments