Skip to content

Commit c77f4b2

Browse files
committed
---
yaml --- r: 24525 b: refs/heads/try2 c: 06368a7 h: refs/heads/master i: 24523: 4bf03e6 v: v3
1 parent 012ea96 commit c77f4b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 63c043091ed94c04b4ae9dfec32bb34f51cdcacc
8+
refs/heads/try2: 06368a7b7586992e087c327620b5df52a053c525
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/try2/doc/tutorial.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ the whole language, though not with the depth and precision of the
1313

1414
## First Impressions
1515

16-
Though syntax is something you get used to, an initial encounter with
17-
a language can be made easier if the notation looks familiar. Rust is
18-
a curly-brace language in the tradition of C, C++, and JavaScript.
16+
As a curly-brace language in the tradition of C, C++, and JavaScript,
17+
Rust looks a lot like other languages you may be familiar with.
1918

2019
~~~~
2120
fn fac(n: int) -> int {

0 commit comments

Comments
 (0)