rename all files .ss -> .rkt
original commit: 28b404307793f041bb3363135a2968e283855318
This commit is contained in:
parent
6f85ed0e8f
commit
7e5406e889
|
@ -1,4 +1,4 @@
|
|||
#lang scribble/doc
|
||||
@(require scribble/lp-include)
|
||||
|
||||
@lp-include["lp-ex.ss"]
|
||||
@lp-include["lp-ex.rkt"]
|
||||
|
|
|
@ -26,7 +26,7 @@ program, and the rest of the module is discarded. When using
|
|||
and are treated like an ordinary Scribble document, where
|
||||
@scheme[chunk]s are typeset in a manner similar to @scheme[codeblock].
|
||||
|
||||
@(define-runtime-path lp-ex "lp-ex.ss")
|
||||
@(define-runtime-path lp-ex "lp-ex.rkt")
|
||||
|
||||
For example, consider this program:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user