We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cabc7b4 commit 44227feCopy full SHA for 44227fe
README.adoc
@@ -854,14 +854,14 @@ are always a better idea.
854
855
Use `lisp-case` in composite namespace segments (e.g. `bruce.project-euler`).
856
857
-=== Functions and Variables [[naming-functions-and-variables]]
858
-
859
-Use `lisp-case` for function and variable names.
860
861
NOTE: Many non-Lisp programming communities refer to `lisp-case` as
862
`kebab-case`, but we all know that Lisp has existed way before kebab
863
was invented.
864
+=== Functions and Variables [[naming-functions-and-variables]]
+
+Use `lisp-case` for function and variable names.
865
[source,clojure]
866
----
867
;; good
0 commit comments