about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/intro.md b/src/doc/intro.md
index 01697a3e0cb..2e1d7d9d613 100644
--- a/src/doc/intro.md
+++ b/src/doc/intro.md
@@ -64,7 +64,7 @@ Here's what's in `src/main.rs`:
 
 ```{rust}
 fn main() {
-    println!("Hello, world!")
+    println!("Hello, world!");
 }
 ```