From d2bef4fd81150c2a9d52b48479424d67d7b23fa7 Mon Sep 17 00:00:00 2001 From: Antonio Date: Fri, 3 May 2024 16:44:50 +0200 Subject: fix variable name (#4919) --- es-es/rust-es.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'es-es') diff --git a/es-es/rust-es.html.markdown b/es-es/rust-es.html.markdown index 617b878c..d75a0b43 100644 --- a/es-es/rust-es.html.markdown +++ b/es-es/rust-es.html.markdown @@ -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 -- cgit v1.2.3