fix test to reflect previous scribble/example repair

This commit is contained in:
Matthew Flatt 2016-08-23 07:45:54 -06:00
parent 3e1c63c93a
commit 267fd52984

View File

@ -81,17 +81,14 @@ Examples:
```racket ```racket
> (define x 0) > (define x 0)
> (displayln x) > (displayln x)
0 0
``` ```
Example of Scribble `interaction`: Example of Scribble `interaction`:
```racket ```racket
> (define x 0) > (define x 0)
> x > x
0 0
``` ```