guile-srfi-123

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

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:
Msrfi-123.html | 2+-
Msrfi-123.md | 2+-
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 ;=&gt; #(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 &quot;default&quot; argument for objects such as hashtables.</p> <pre><code>(define table (make-eqv-hashtable)) (ref table &quot;foo&quot; &#39;not-found) ;=&gt; not-found (set! (~ table &quot;foo&quot;) &quot;Foobar.&quot;) 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))