Skip to content

Commit de3bdc2

Browse files
authored
Fix typo in Properties doc page (JetBrains#2405)
In the Delegated Properties section, change to -> so
1 parent f0f0bb1 commit de3bdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ See [Overriding properties](inheritance.md#overriding-properties)
204204
## Delegated properties
205205

206206
The most common kind of property simply reads from (and maybe writes to) a backing field, but custom getters and setters
207-
allow you to use properties to one can implement any sort of behavior of a property.
207+
allow you to use properties so one can implement any sort of behavior of a property.
208208
Somewhere in between the simplicity of the first kind and variety of the second, there are common patterns for what properties
209209
can do. A few examples: lazy values, reading from a map by a given key, accessing a database, notifying a listener on access.
210210

0 commit comments

Comments
 (0)