Skip to content

Commit 5dd0f24

Browse files
committed
fix method name
1 parent 5b64cdc commit 5dd0f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Todos/Todos/TodosApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SwiftUI
55
struct TodosApp: App {
66
static let store = Store(initialState: Todos.State()) {
77
Todos()
8-
._printChange()
8+
._printChanges()
99
}
1010

1111
var body: some Scene {

0 commit comments

Comments
 (0)