fix bug in docs; closes PR 12716

original commit: 80d57148d114ff12f3f97ce0266274850500695b
This commit is contained in:
Robby Findler 2012-04-22 21:54:19 -05:00
parent 11e7a01f23
commit 750c18c835

View File

@ -476,7 +476,7 @@
The string, @racket[action], indicates what action is about to The string, @racket[action], indicates what action is about to
take place, without saving. For example, if the application take place, without saving. For example, if the application
is about to close a file, a good action is @racket["Close" "Anyway"]. is about to close a file, a good action is @racket["Close Anyway"].
The result symbol indicates the user's choice. If The result symbol indicates the user's choice. If
@racket[can-save-now?] is @racket[#f], this function does not @racket[can-save-now?] is @racket[#f], this function does not
give the user the ``Save'' option and thus will not return give the user the ``Save'' option and thus will not return