From 43ecd0a8e0a8ed98469a7c5a82be98d2f51dbcd1 Mon Sep 17 00:00:00 2001 From: Juuso Rytilahti <juuso.b.rytilahti@utu.fi> Date: Fri, 3 May 2024 14:56:13 +0000 Subject: [PATCH] updated text --- Part 1.1 - Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part 1.1 - Introduction.md b/Part 1.1 - Introduction.md index a7e72b5..3930aba 100644 --- a/Part 1.1 - Introduction.md +++ b/Part 1.1 - Introduction.md @@ -374,6 +374,6 @@ Next let's discuss briefly about exeptions and error handling. Sometimes a proce It's also good to recognize when an procedures only observes data and when it might modify it. Similarly, for example, printing to a screen and printer changes the physical world irreversibly, even if the computation would be reversed. -Now do the exercises for part 1 in ViLLE, and then continue to . +Now do the exercises for part 1 in ViLLE, and then continue to [Part 2.1 - Contract-Based Programming](Part%202.1%20-%20Contract-Based%20Programming.md). -- GitLab