Skip to content

Commit

Permalink
fix variable name (#4919)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhid committed May 3, 2024
1 parent 5aa672e commit d2bef4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion es-es/rust-es.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ fn main() {
*ahora_es_mio += 2;

println!("{}", ahora_es_mio); // 7
// println!("{}", mio); // esto no compilaría, porque `now_its_mine` es el
// println!("{}", mio); // esto no compilaría, porque `ahora_es_mio` es el
// que posee el puntero

// Referencia – un puntero inmutable que referencia a otro dato
Expand Down

0 comments on commit d2bef4f

Please sign in to comment.