From: FreeBirdLjj Date: Sat, 20 Sep 2014 17:27:05 +0000 (+0800) Subject: Shorten sample lines. X-Git-Url: https://git.danieliu.xyz/?p=smdp.git;a=commitdiff_plain;h=6edf0543111ac7f119c0255ae254159d9508f770 Shorten sample lines. --- diff --git a/sample.md b/sample.md index 0c8f51c..8cea5d6 100644 --- 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()`. -------------------------------------------------