Skip to content

Commit

Permalink
melhoria capítulo 10-02 na linha 232 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
torto authored Mar 27, 2024
1 parent 3286206 commit a92ffa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch10-02-traits.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ let artigo = ArtigoDeNoticia {
time de hockey da NHL."),
};
println!("Novo artigo disponível! {}", artigo.summary());
println!("Novo artigo disponível! {}", artigo.resumo());
```

Esse código imprime `Novo artigo disponível! (Leia mais...)`
Expand Down

0 comments on commit a92ffa3

Please sign in to comment.