1 Commits

Author SHA1 Message Date
373c42e456 fix:示例代码更新 2021-06-23 00:13:20 +08:00

View File

@ -97,7 +97,7 @@ class Person {
```swift
class Residence {
var rooms = [Room]()
var rooms: [Room] = []
var numberOfRooms: Int {
return rooms.count
}