Skip to content

Commit df0d57c

Browse files
authored
Rename parameter 'texto' to 'text' in simpleDisplay
1 parent 8f57187 commit df0d57c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/content/reference/react-compiler/directives

src/content/reference/react-compiler/directives/use-memo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function ComplexDashboard({ data }) {
132132
}
133133

134134
// Ignorado: Não é nomeado como um Componente
135-
function simpleDisplay({ texto }) {
135+
function simpleDisplay({ text }) {
136136
// ...
137137
}
138138
```

0 commit comments

Comments
 (0)