commit da233a771f78101d8bd17484b8fbee096dcd8eab
parent ecfb93d95d3dea7ad4ade5afd84ee5f1e852018e
Author: Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Date: Mon, 17 Aug 2015 14:36:32 +0200
Minor markup fix.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/srfi-123.html b/srfi-123.html
@@ -34,7 +34,7 @@ class="antispam">nospam</span>srfi.schemers.org</a></code>. To subscribe to the
<pre><code>(define struct #(a (x y #u8(1 2 3)) c))
(set! (~ struct 1 2 0) 4)
struct ;=> #(a (x y #u8(4 2 3)) c)</code></pre>
-<p>Plain <code>ref</code>, instead of allowing chaining, takes an optional <code>default</code> argument for objects such as hashtables.</p>
+<p>Plain <code>ref</code>, instead of allowing chaining, takes an optional "default" argument for objects such as hashtables.</p>
<pre><code>(define table (make-eqv-hashtable))
(ref table "foo" 'not-found) ;=> not-found
(set! (~ table "foo") "Foobar.")
diff --git a/srfi-123.md b/srfi-123.md
@@ -63,7 +63,7 @@ it.
(set! (~ struct 1 2 0) 4)
struct ;=> #(a (x y #u8(4 2 3)) c)
-Plain `ref`, instead of allowing chaining, takes an optional `default`
+Plain `ref`, instead of allowing chaining, takes an optional "default"
argument for objects such as hashtables.
(define table (make-eqv-hashtable))