Documentation fixes in framework

original commit: 6d1b5842713e2c8621c38747130503579c6a421c
This commit is contained in:
Asumu Takikawa 2011-04-24 02:11:11 -04:00
parent da5105208a
commit f349853f77
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
@defclass[number-snip:snip-class% snip-class% ()]{
@defmethod*[#:mode override (((read (f stream-in)) snip))]{
@defmethod*[#:mode override (((read (f (is-a?/c editor-stream-in%))) (or/c (is-a?/c snip%) #f)))]{
Constructs a number snip from its input.
}

View File

@ -65,7 +65,7 @@
from an earlier call to
@method[text:basic<%> highlight-range].
}
@defmethod*[(((get-highlighted-ranges) (listof range)))]{
@defmethod*[(((get-highlighted-ranges) (listof text:range?)))]{
Returns a list of (opaque) values representing the active
ranges in the editor.