Fix typo on build script page
authorjedireza <reza@akhavan.me>
Fri, 5 Feb 2016 14:22:56 +0000 (14:22 +0000)
committerjedireza <reza@akhavan.me>
Fri, 5 Feb 2016 14:22:56 +0000 (14:22 +0000)
src/doc/build-script.md

index b0bc1049d3dc160259540c3e5d0341c490a1af86..f5bc18d933549fa8c681d02f9a0a698a16823352 100644 (file)
@@ -244,7 +244,7 @@ fn main() {
 
 This is where the real magic happens. The library is using the rustc-defined
 `include!` macro in combination with the `concat!` and `env!` macros to include
-the generated file (`mod.rs`) into the crate’s compilation.
+the generated file (`hello.rs`) into the crate’s compilation.
 
 Using the structure shown here, crates can include any number of generated files
 from the build script itself. We’ve also seen a brief example of how a build