From bf871f351bcbd48a233133b06f95c841ab083e07 Mon Sep 17 00:00:00 2001 From: Mahmoud Ahmed <100426555+mahmoudxyz@users.noreply.github.com> Date: Wed, 19 Jun 2024 06:29:51 +0300 Subject: [PATCH] Update task.md Fix typo in the H2 corresponding to ## space then title --- Terms and Types/Primitive Expressions/task.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terms and Types/Primitive Expressions/task.md b/Terms and Types/Primitive Expressions/task.md index 18253b2..8aaf388 100644 --- a/Terms and Types/Primitive Expressions/task.md +++ b/Terms and Types/Primitive Expressions/task.md @@ -1,5 +1,5 @@ - ##Scala Tutorial + ## Scala Tutorial The following set of sections provides a quick tutorial on the Scala language. @@ -9,7 +9,7 @@ The target audience is people who already have *some* experience of programming and who are familiar with the JVM. - ##Elements of Programming + ## Elements of Programming Programming languages give programmers ways to express computations.