From 0b88d2cdfe0fab512a5bdf590bee46bff2c876e2 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 20 Apr 2009 07:46:50 +0000 Subject: [PATCH] its typos svn: r14562 original commit: 9c0f6bc775226aa9bbbd96d16e978f20bc1b1103 --- collects/scribblings/framework/scheme.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/framework/scheme.scrbl b/collects/scribblings/framework/scheme.scrbl index e7f1c5bd..3534b8a1 100644 --- a/collects/scribblings/framework/scheme.scrbl +++ b/collects/scribblings/framework/scheme.scrbl @@ -57,7 +57,7 @@ The result of this method is used to determine if the return key automatically tabs over to the correct position. - Override it to change it's behavior. + Override it to change its behavior. } @@ -199,7 +199,7 @@ } @defmethod*[(((mark-matching-parenthesis (pos exact-positive-integer)) void))]{ If the paren after @scheme[pos] is matched, this method - highlights it and it's matching counterpart in dark green. + highlights it and its matching counterpart in dark green. } @defmethod*[(((get-tab-size) exact-integer))]{