diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Typo in comment, change "too" to "to". #609

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://docs.closure-library.googlecode.com/git/closure_goog_ui_ac_inputhandler.j
s.source.html#line442

/**
 * Attaches the input handler to a target element. The target element
 * should be a textarea, input box, or other focusable element with the
 * same interface.
 * @param {Element|goog.events.EventTarget} target An element to attach the
 *     input handler too.
 */

Last word should be "to" not "too".

Original issue reported on code.google.com by iaros...@google.com on 19 Nov 2013 at 6:00