From 613ea67e62eb875caef92025fcbe07f12191de4d Mon Sep 17 00:00:00 2001 From: amsorrytola Date: Mon, 28 Jul 2025 14:26:40 +0530 Subject: [PATCH] Fix typo in trait example output: added missing 'social' word --- 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 e853e9d757..94234a2811 100644 --- a/src/ch10-02-traits.md +++ b/src/ch10-02-traits.md @@ -89,7 +89,7 @@ library crate: {{#rustdoc_include ../listings/ch10-generic-types-traits-and-lifetimes/no-listing-01-calling-trait-method/src/main.rs}} ``` -This code prints `1 new post: horse_ebooks: of course, as you probably already +This code prints `1 new social post: horse_ebooks: of course, as you probably already know, people`. Other crates that depend on the `aggregator` crate can also bring the `Summary`