Fix typo in 10_clone.md illustration (#10)
authorLoup Federico <16464925+Sh099078@users.noreply.github.com>
Sat, 18 May 2024 10:03:05 +0000 (12:03 +0200)
committerGitHub <noreply@github.com>
Sat, 18 May 2024 10:03:05 +0000 (12:03 +0200)
commitf2865b25dbffb66a9a2f6bb19ec84fe2187a51ef
tree720e662087308e9ac4fa6dcc0885ce3bd0a185a5
parent45c5e390c0dd2c64888574ee1c1b590122c55e21
Fix typo in 10_clone.md illustration (#10)

The clone() illustration shows two `s` values in the stack when one of them is the original `s` value which got cloned and the other one should be the new `t` value created from `s`.

Rename the second value from `s` to `t`.
book/src/04_traits/10_clone.md