Skip to content

Commit

Permalink
fixed example
Browse files Browse the repository at this point in the history
  • Loading branch information
Reed Es committed Nov 18, 2021
1 parent 827604c commit 1a101f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ print(baz.getParentValues())

=> ["bar", "foo"]

print(foo.getAllChildValues())
print(foo.getChildValues())

=> ["bar", "baz"]
```
Expand Down

0 comments on commit 1a101f1

Please sign in to comment.