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
> (define x 0)
> (displayln x)
0
```
Example of Scribble `interaction`:
```racket
> (define x 0)
> x
0
```