]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/book/second-edition/nostarch/chapter09.md
New upstream version 1.21.0+dfsg1
[rustc.git] / src / doc / book / second-edition / nostarch / chapter09.md
index 363ff26b53a17a3d2b5c457cc129c4df4cbc0f3c..f7921e1c6509cdb37d9b1e7b546cf659332fa2da 100644 (file)
@@ -136,7 +136,7 @@ the `panic!` is actually happening.
 
 The next note line tells us that we can set the `RUST_BACKTRACE` environment
 variable to get a backtrace of exactly what happened to cause the error. Let’s
-try that. Listing 9-1 shows output similar to what you'll see:
+try that. Listing 9-1 shows output similar to what youll see:
 
 <figure>