fixed a @file-is mistake, race?

This commit is contained in:
Matthias Felleisen 2013-01-02 09:51:44 -05:00
parent 5a4098ffec
commit 1b07cb4ff9

View File

@ -150,7 +150,7 @@ There is only one writer function at the moment:
]
After evaluating this examples, the file named @racket["output.txt"]
looks like this:
@(file-is "output.txt")
cruel world
Explain why.
}
]