We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0372d5b commit 40b653eCopy full SHA for 40b653e
packages/kmono-core/src/k16/kmono/core/graph.clj
@@ -129,7 +129,7 @@
129
(defn query-dependencies
130
"Find all dependency packages of `pkg-name` within the given `packages` map.
131
132
- This includes all transitive dependencies."
+ This includes all transitive dependencies."
133
{:malli/schema [:=> [:cat core.schema/?PackageMap :symbol] [:set :symbol]]}
134
[packages pkg-name]
135
0 commit comments