diff options
author | Adam Bard <github@adambard.com> | 2018-08-23 21:59:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 21:59:33 -0700 |
commit | 79bcf8ce5b83505a36b4a47245f412be0751403d (patch) | |
tree | b34469260b79d91d7c2abeb90d2733d7be35ec83 /common-lisp.html.markdown | |
parent | b9bdba7acde9bd929599e5ede583855029366c8c (diff) | |
parent | cbc69e807b383754092bb890fa4b148393200bc4 (diff) |
Merge pull request #3187 from divayprakash/fix-build-issues
Fix build errors, closes #2753
Diffstat (limited to 'common-lisp.html.markdown')
-rw-r--r-- | common-lisp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-lisp.html.markdown b/common-lisp.html.markdown index e2cf62fb..76e7735b 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -16,7 +16,7 @@ popular and recent book is [Land of Lisp](http://landoflisp.com/). A new book ab -```common-lisp +```lisp ;;;----------------------------------------------------------------------------- ;;; 0. Syntax |