diff --git a/packages/react-native/Libraries/Components/TextInput/TextInput.js b/packages/react-native/Libraries/Components/TextInput/TextInput.js
index f0416dce6c6..3e0d8bf7681 100644
--- a/packages/react-native/Libraries/Components/TextInput/TextInput.js
+++ b/packages/react-native/Libraries/Components/TextInput/TextInput.js
@@ -1043,8 +1043,8 @@ const emptyFunctionThatReturnsTrue = () => true;
* return (
*
* );
* }
@@ -1068,8 +1068,8 @@ const emptyFunctionThatReturnsTrue = () => true;
* borderBottomWidth: 1 }}
* >
* this.setState({text})}
* value={this.state.text}
* />