summaryrefslogtreecommitdiffhomepage
path: root/es-es
diff options
context:
space:
mode:
Diffstat (limited to 'es-es')
-rw-r--r--es-es/rust-es.html.markdown2
1 files changed, 1 insertions, 1 deletions
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