Skip to content

Commit 9faf2d5

Browse files
committed
no longer mention JNP1
1 parent 2ee9b7b commit 9faf2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/lessons/02_ownership/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ And then we have Rust. Rust is a systems programming language and in many ways i
1818

1919
In a way, programming in Rust is like pair-programming with a patient and very experienced partner. Rust's compiler will make sure you follow all the good patterns and practices (by having them ingrained in the language itself) and very often even tell you how to fix the issues it finds.
2020

21-
_**Disclaimer:** when delving deeper into Rust below we will make heavy use of concepts like scopes, moving data, stack and heap, which should have been introduced as part of the JNP1 C++ course. If you need a refresher of any of these, it's best to do so now, before reading further._
21+
_**Disclaimer:** when delving deeper into Rust below we will make heavy use of concepts like scopes, moving data, stack and heap, which should have been introduced as part of the C++ course. If you need a refresher of any of these, it's best to do so now, before reading further._
2222

2323
## Start with the basics - ownership
2424

0 commit comments

Comments
 (0)