We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898ef58 commit 958170fCopy full SHA for 958170f
README.md
@@ -117,11 +117,11 @@ parent = %Catelog{
117
name: "Top",
118
path: ""
119
}
120
-catelog = Catelog.build_child_of(parent, %{name: "Top.Science"}
+catelog = Catelog.build_child_of(parent, %{name: "Top.Science"})
121
# %Catelog{
122
# id: nil,
123
# name: "Top.Science",
124
-# path: "a9ae8f40-b016-4bf9-8224-e2755466e699.570526aa-e2f3-49a7-870a-c150d3bf6ac9"
+# path: "570526aa-e2f3-49a7-870a-c150d3bf6ac9"
125
# }
126
```
127
@@ -133,7 +133,7 @@ catelog = %Catelog{
133
134
135
136
-Catelog.is_root?(catelog) # false
+Catelog.is_root?(catelog) # true
137
138
139
### `parent/1`
0 commit comments