Skip to content

Commit

Permalink
Typo : sync clojure sample to actual bytefield code.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaquette-acceo committed Nov 21, 2023
1 parent 240ed34 commit 9a2a3cb
Showing 1 changed file with 1 addition and 1 deletion.
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 9a2a3cb

Please sign in to comment.