Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8f5147

Browse files
author
Ryan Neufeld
committed
Merge pull request clojure-cookbook#369 from sherpc/patch-1
Fixed extra hyphen in source code block
2 parents 0077e4d + 33ff42d commit d8f5147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

10_testing/10-07_avoid-null-pointer.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Check the namespace with +check-ns+ again:
9999
user=> (t/check-ns 'core-typed-samples)
100100
# ...
101101
:ok
102-
-----
102+
----
103103

104104
Now that there is no way +nil+ could accidentally be passed to `+` by this
105105
code, a null-pointer exception is impossible.

0 commit comments

Comments
 (0)