diff --git a/source/index.html.md b/source/index.html.md
index 678bdb8..6b55182 100644
--- a/source/index.html.md
+++ b/source/index.html.md
@@ -1512,7 +1512,7 @@ You get `nil` when key doesn't exist.
```clojure
user=> (get {:Apple "Mac" :Microsoft "Windows"} :Linux "Sorry, no Linux")
-nil
+"Sorry, no Linux"
```