fix name clash
svn: r14437
This commit is contained in:
parent
76c2d9eceb
commit
c4e2e9af6d
|
@ -180,13 +180,13 @@ A better approach is to generate newlines only when needed.
|
|||
|
||||
@example|-{#lang scribble/text
|
||||
@(require scheme/list)
|
||||
@(define (count n str)
|
||||
@(define (counts n str)
|
||||
(add-between
|
||||
(for/list ([i (in-range 1 (+ n 1))])
|
||||
@list{@i @str,})
|
||||
"\n"))
|
||||
Start...
|
||||
@count[3]{Mississippi}
|
||||
@counts[3]{Mississippi}
|
||||
... and I'm done.
|
||||
---***---
|
||||
Start...
|
||||
|
@ -1023,7 +1023,6 @@ editor). For these cases, the @scheme[scribble/text] language
|
|||
provides an @scheme[include] form that includes a file in the
|
||||
preprocessor syntax (where the default parsing mode is text).
|
||||
|
||||
|
||||
@example|-{#lang scribble/text
|
||||
@(require scheme/list)
|
||||
@(define (itemize . items)
|
||||
|
|
Loading…
Reference in New Issue
Block a user