Minor documentation corrections.
This commit is contained in:
parent
223bf1ce77
commit
f92e17c5e8
|
@ -6,7 +6,7 @@
|
||||||
(defn path?
|
(defn path?
|
||||||
"True if `o` satisfies the conditions for a path. A path shall be a map
|
"True if `o` satisfies the conditions for a path. A path shall be a map
|
||||||
having the key `:nodes`, whose value shall be a sequence of vertices as
|
having the key `:nodes`, whose value shall be a sequence of vertices as
|
||||||
defined in `walkmap.polygon`."
|
defined in `walkmap.vertex`."
|
||||||
[o]
|
[o]
|
||||||
(let
|
(let
|
||||||
[v (:nodes o)]
|
[v (:nodes o)]
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
(defn stl->svg
|
(defn stl->svg
|
||||||
"Convert this in-memory `stl` structure, as read by `decode-binary-stl`, into
|
"Convert this in-memory `stl` structure, as read by `decode-binary-stl`, into
|
||||||
an in-memory (Dali) SVG structure, and return it."
|
an in-memory hiccup representation of SVG structure, and return it."
|
||||||
[stl]
|
[stl]
|
||||||
(let [minx (reduce
|
(let [minx (reduce
|
||||||
min
|
min
|
||||||
|
|
Loading…
Reference in a new issue