From b1223a9559214d3a15c6b0ba2b5fbdb79286e157 Mon Sep 17 00:00:00 2001
From: Rodrigo Raya <rodrigo.raya@epfl.ch>
Date: Wed, 22 Sep 2021 18:44:43 +0000
Subject: [PATCH] Update labs_01.md

---
 labs/labs_01.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/labs/labs_01.md b/labs/labs_01.md
index 36fa335..0151d69 100644
--- a/labs/labs_01.md
+++ b/labs/labs_01.md
@@ -78,7 +78,7 @@ If you have followed [Labs Setup](https://gitlab.epfl.ch/lara/cs320/-/blob/main/
   * ''src/amyc/Main.scala'' contains the ''main'' method which runs the interpreter on the input files
   * The ''library'' directory contains library definitions you can call from your programs.
   * The ''examples'' directory contains some example programs on which you can try your implementation. Remember that most of them also use library files from ''/library''.
-  * ''lib/amy-frontend-1.7.jar'' contains the //frontend// of the compiler as a library, allowing you directly work with type-checked ASTs of input programs.
+  * ''lib/amy-frontend-1.7.jar'' contains the frontend of the compiler as a library, allowing you directly work with type-checked ASTs of input programs.
 
 You will have to complete the interpreter by implementing the missing methods (marked with the placeholder ''???'').
 
-- 
GitLab