diff options
| author | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-08 22:15:11 +0200 | 
|---|---|---|
| committer | Vojta Svoboda <vojtasvoboda.cz@gmail.com> | 2015-10-08 22:15:11 +0200 | 
| commit | 76a7430cb9663d29e797aa6fdef692813dfe13a0 (patch) | |
| tree | aeb4bb68188e1c422ea93a007d42cdabf3abe32f /common-lisp.html.markdown | |
| parent | bff40e2f9816974abd29322f2a50455f51acd22e (diff) | |
| parent | abd7444f9e5343f597b561a69297122142881fc8 (diff) | |
Merge branch 'master' into translation/brainfuck-cs
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 e0597e94..63183c1e 100644 --- a/common-lisp.html.markdown +++ b/common-lisp.html.markdown @@ -261,7 +261,7 @@ nil                  ; for false - and the empty list  (defparameter *adjvec* (make-array '(3) :initial-contents '(1 2 3)        :adjustable t :fill-pointer t)) -       +  *adjvec* ; => #(1 2 3)  ;; Adding new element: | 
