Skip to content

Commit 44227fe

Browse files
committed
Move a note
1 parent cabc7b4 commit 44227fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,14 +854,14 @@ are always a better idea.
854854

855855
Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`).
856856

857-
=== Functions and Variables [[naming-functions-and-variables]]
858-
859-
Use `lisp-case` for function and variable names.
860-
861857
NOTE: Many non-Lisp programming communities refer to `lisp-case` as
862858
`kebab-case`, but we all know that Lisp has existed way before kebab
863859
was invented.
864860

861+
=== Functions and Variables [[naming-functions-and-variables]]
862+
863+
Use `lisp-case` for function and variable names.
864+
865865
[source,clojure]
866866
----
867867
;; good

0 commit comments

Comments
 (0)