fix doc typos

svn: r14280
This commit is contained in:
Matthew Flatt 2009-03-25 20:28:33 +00:00
parent f48dbda950
commit f9190e5c1c
2 changed files with 3 additions and 3 deletions

View File

@ -444,7 +444,7 @@
changes. Ensures the snip is as wide as the viewing area.
This method should only be called by
@method[canvas:wide-snip<%> add-tall-snip].
@xmethod[canvas:wide-snip<%> add-wide-snip].
}
@defmethod*[(((add-tall-snip (snip (is-a?/c snip%))) void))]{
@ -452,7 +452,7 @@
viewing area of the editor changes.
This method should only be called by
@method[canvas:wide-snip<%> add-tall-snip].
@xmethod[canvas:wide-snip<%> add-tall-snip].
}
}

View File

@ -667,7 +667,7 @@ Returns whether selection dots are drawn around the edge of selected
Inserts @scheme[snip] at @techlink{location} @math{(@scheme[x],
@scheme[y])} just in front of
@scheme[before]. (@|seesniporderdiscuss|) If @scheme[before] is nor
@scheme[before]. (@|seesniporderdiscuss|) If @scheme[before] is not
provided or is @scheme[#f], then @scheme[snip] is inserted behind all
other snips. If @scheme[x] and @scheme[y] are not provided, the snip
is added at @math{(0, 0)}.