diff options
| author | Brian Anderson <banderson@mozilla.com> | 2012-10-06 22:40:12 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-10-06 22:40:12 -0700 |
| commit | fe5526f49c824b73b00dd8f43bf9b6f97aa2a9a0 (patch) | |
| tree | 00fe2d076d048a024ec57697f4b1fd02d433edd4 | |
| parent | 89f30614c6460490d812c13f871d83ff08883e4a (diff) | |
| download | rust-fe5526f49c824b73b00dd8f43bf9b6f97aa2a9a0.tar.gz rust-fe5526f49c824b73b00dd8f43bf9b6f97aa2a9a0.zip | |
docs: Fix capitalization of section title
| -rw-r--r-- | doc/tutorial.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 78a7b5e5f25..1dac6468fdc 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -179,7 +179,7 @@ mode for your favorite editor, let us know so that we can link to it. [sublime]: http://github.com/dbp/sublime-rust [sublime-pkg]: http://wbond.net/sublime_packages/package_control -# Syntax Basics +# Syntax basics Assuming you've programmed in any C-family language (C++, Java, JavaScript, C#, or PHP), Rust will feel familiar. Code is arranged |
