Skip to content

Commit 2a33120

Browse files
Fix relative links in abstracts.
1 parent 4dafd80 commit 2a33120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ <h1>SRFI 127: Lazy Sequences</h1>
7575
<h2>Abstract</h2> <p>Lazy sequences (or lseqs, pronounced
7676
"ell-seeks") are a generalization of lists. In particular, an lseq is
7777
either a proper list or a dotted list whose last cdr is a <a href=
78-
"srfi-121/">SRFI 121</a> generator. A generator is a procedure that can
78+
"/srfi-121/">SRFI 121</a> generator. A generator is a procedure that can
7979
be invoked with no arguments in order to lazily supply additional
8080
elements of the lseq. When a generator has no more elements to return, it
8181
returns an end-of-file object. Consequently, lazy sequences cannot

0 commit comments

Comments
 (0)