Skip to content

Commit 06368a7

Browse files
committed
tutorial: Minor editing to intro
1 parent 63c0430 commit 06368a7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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)