Fix documentation errata

This commit is contained in:
Ignacio Carbajo
2015-09-16 22:25:46 +02:00
parent f9bbc06960
commit e11631eea7
+1 -1
View File
@@ -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});
* }
* });