From 08797e0de6ad5f7c97001d5810380e7d3189a289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Garc=C3=ADa?= Date: Wed, 29 Jan 2025 09:50:23 +0100 Subject: [PATCH] Update ch10-02-traits.md Fix typing error (wrong code result) --- src/ch10-02-traits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch10-02-traits.md b/src/ch10-02-traits.md index edf3b15e..dcb46ad7 100644 --- a/src/ch10-02-traits.md +++ b/src/ch10-02-traits.md @@ -98,7 +98,7 @@ binario podría usar nuestra biblioteca de `aggregator`: {{#rustdoc_include ../listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/src/main.rs}} ``` -Este código imprime `New article available! horse_ebooks: of course, as you +Este código imprime `1 new tweet: horse_ebooks: of course, as you probably already know, people`. Otros crates que dependen de nuestro crate `aggregator` pueden usar el trait