From f5fd5b159efa5400f65baa98cdc79016eb0f5778 Mon Sep 17 00:00:00 2001 From: DawnMagnet Date: Fri, 29 Mar 2024 10:00:00 +0800 Subject: [PATCH] fix error --- course7/lec7_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course7/lec7_en.md b/course7/lec7_en.md index b56e482..ff38d22 100644 --- a/course7/lec7_en.md +++ b/course7/lec7_en.md @@ -46,7 +46,7 @@ let z: Int = { 2 * 2 } // 4 - The function `print` allows us to output a string, for example, `print("hello moonbit")`. - In MoonBit, we can define initialization instructions through an `init` code block. - - This can be simply understood as the main entry point of the program. +- This can be simply understood as the main entry point of the program. ```moonbit fn init {