Shorten sample lines.
authorFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 20 Sep 2014 17:27:05 +0000 (01:27 +0800)
committerFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Sat, 20 Sep 2014 17:27:05 +0000 (01:27 +0800)
sample.md

index 0c8f51c..8cea5d6 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -58,11 +58,11 @@ second-level
 
 Inline codes are surrounded with backticks.
 
-C program begins excuting at the beginning of \`main()\`.
+C program starts with \`main()\`.
 
 becomes
 
-C program begins excuting at the beginning of `main()`.
+C program starts with `main()`.
 
 -------------------------------------------------