Typo in comment of Prompter class side methods

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Typo in comment of Prompter class side methods

Yar Hwee Boon-3
In #createOn:prompt:caption:

        "Creates an instance of the receiver on aValueModel with and  
aStringPrompt."

should read:

        "Creates an instance of the receiver on aValueModel with aStringPrompt."

and:

        "The initial value of the reply field is the original value of  
aSubjectModel."

should read:

        "The initial value of the reply field is the original value of  
aValueModel."

Same goes for #on:prompt:caption:.

--
Regards
Hwee Boon
MotionObj


Reply | Threaded
Open this post in threaded view
|

Re: Typo in comment of Prompter class side methods

Blair McGlashan-3
"Yar Hwee Boon" <[hidden email]> wrote in message
news:[hidden email]...
[ a list of comment typos]

Thanks, these (and the other typo you reported recently) have been added to
our list.

Regards

Blair