From 860f14b7edeafdb62610a96d4da3eef2ca3680c9 Mon Sep 17 00:00:00 2001 From: gfbee Date: Mon, 4 May 2015 10:39:06 -0400 Subject: [PATCH] Typo --- gui-lib/framework/main.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-lib/framework/main.rkt b/gui-lib/framework/main.rkt index 36fbe5fe..310cd6e3 100644 --- a/gui-lib/framework/main.rkt +++ b/gui-lib/framework/main.rkt @@ -171,7 +171,7 @@ in the @racket[text%] object connected to the ports in a @racket[text:port<%>] object. This function, when it is called, constructs the bytes corresponding to the result of using the @racket[snip]'s - @method[snip% write] method and saves them in it's result. Then, + @method[snip% write] method and saves them in its result. Then, when the result is used as a special, the snip will rebuild from the bytes, but now using the @racket[snip-class%] from the @tech[#:doc '(lib "scribblings/gui/gui.scrbl")]{eventspace}