diff options
| author | Noufal Ibrahim <noufal@nibrahim.net.in> | 2013-11-03 22:41:17 +0530 |
|---|---|---|
| committer | Noufal Ibrahim <noufal@nibrahim.net.in> | 2013-11-03 22:44:15 +0530 |
| commit | c118b89ad94ecabf3de85f8e8df81f0acf552caa (patch) | |
| tree | db0de1528694933a01cfecf7f426096bc7738ada | |
| parent | dc079e1596bb5fd7b601fe1b605c8f30326ee748 (diff) | |
| download | rust-c118b89ad94ecabf3de85f8e8df81f0acf552caa.tar.gz rust-c118b89ad94ecabf3de85f8e8df81f0acf552caa.zip | |
Fixed formatting.
The code block shows up inline without proper formatting without this newline. Signed-off-by: Noufal Ibrahim <noufal@nibrahim.net.in>
| -rw-r--r-- | doc/tutorial.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md index 35b973ee89f..fff5909dc89 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -759,6 +759,7 @@ different type from `Bar(1, 2)`), and tuple structs' _fields_ do not have names. For example: + ~~~~ struct MyTup(int, int, f64); let mytup: MyTup = MyTup(10, 20, 30.0); |
