mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Fix documentation errata
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
* var valueLink = new ReactLink(this.state.value, this._handleValueChange);
|
||||
* return <input valueLink={valueLink} />;
|
||||
* },
|
||||
* this._handleValueChange: function(newValue) {
|
||||
* _handleValueChange: function(newValue) {
|
||||
* this.setState({value: newValue});
|
||||
* }
|
||||
* });
|
||||
|
||||
Reference in New Issue
Block a user