We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 827604c commit 1a101f1Copy full SHA for 1a101f1
README.md
@@ -21,7 +21,7 @@ print(baz.getParentValues())
21
22
=> ["bar", "foo"]
23
24
-print(foo.getAllChildValues())
+print(foo.getChildValues())
25
26
=> ["bar", "baz"]
27
```
0 commit comments