Minor documentation corrections.

This commit is contained in:
Simon Brooke 2020-05-24 16:16:50 +01:00
parent 223bf1ce77
commit f92e17c5e8
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
2 changed files with 2 additions and 2 deletions

View file

@ -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)]

View file

@ -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