From f390f19c29406e960e3ff1574349370c29de15e1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 10 Dec 2018 10:13:11 -0700 Subject: [PATCH] spelling --- book/src/00-introduction/03-development-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/00-introduction/03-development-setup.md b/book/src/00-introduction/03-development-setup.md index 2560e81..26c80f0 100644 --- a/book/src/00-introduction/03-development-setup.md +++ b/book/src/00-introduction/03-development-setup.md @@ -92,7 +92,7 @@ steps here. * The file extension is important! It will work if you forget it, but `cargo xbuild` takes the inclusion of the extension as a flag to also compile dependencies with the same sysroot, so you can include other crates in your - build. Well, creates that work in the GBA's limited environment, but you get + build. Well, crates that work in the GBA's limited environment, but you get the idea. At this point you have an ELF binary that some emulators can execute directly