Skip to content

Commit 1983e54

Browse files
committed
tutorial: Update scope
1 parent 072017e commit 1983e54

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/tutorial.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ type system and memory model, generics, and modules. [Additional
3636
tutorials](#what-next) cover specific language features in greater
3737
depth.
3838

39-
This tutorial assumes that the reader is familiar with the basic concepts of
40-
programming, and has programmed in one or more other languages
41-
before. We will often compare Rust to other languages,
42-
particularly those in the C family.
39+
This tutorial assumes that the reader is already familiar with one or more
40+
more languages in the C family. Understanding of pointers and general
41+
memory management techniques will help.
4342

4443
## Conventions
4544

0 commit comments

Comments
 (0)