Fix typos in Printing returned values (#596) [skip ci]

This commit is contained in:
Søren Sjørup 2020-09-25 10:31:39 +02:00 committed by GitHub
parent 5157c71f0a
commit 659353a3fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -893,9 +893,9 @@ with `lein repl`:
Babashka doesn't print a returned `nil` as lots of scripts end in something side-effecting.
``` shell
$ bb '(:a {:a 5}'
$ bb '(:a {:a 5})'
5
$ bb '(:b {:a 5}'
$ bb '(:b {:a 5})'
$
```