Skip to content

Commit 1a101f1

Browse files
author
Reed Es
committed
fixed example
1 parent 827604c commit 1a101f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ print(baz.getParentValues())
2121

2222
=> ["bar", "foo"]
2323

24-
print(foo.getAllChildValues())
24+
print(foo.getChildValues())
2525

2626
=> ["bar", "baz"]
2727
```

0 commit comments

Comments
 (0)