Skip to content

Commit

Permalink
Merge pull request #44 from marcpa00/funcs-typo
Browse files Browse the repository at this point in the history
Correct a small typo in Clojure code for draw-box "last" example.
  • Loading branch information
brunchboy authored Nov 21, 2023
2 parents d7bd731 + 9a2a3cb commit a13edf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
/test.edn.next
/test.svg
/doc/build
.idea
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/funcs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ attribute):
[source,clojure]
(draw-box "first" [:box-first {:span 3}])
(draw-box "related" [:box-related {:span 3}])
(draw-box "last" [:box-related {:span 3}])
(draw-box "last" [:box-last {:span 3}])

[bytefield]
----
Expand Down

0 comments on commit a13edf0

Please sign in to comment.