From 2e02525e5d00863134654ab65596fbc464b24e8e Mon Sep 17 00:00:00 2001 From: Antoine Bergerault <antoine.bergerault@epfl.ch> Date: Wed, 23 Feb 2022 04:37:55 +0000 Subject: [PATCH] Update README.md --- labs/lab1-parallel-box-blur-filter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/lab1-parallel-box-blur-filter/README.md b/labs/lab1-parallel-box-blur-filter/README.md index 48da29b..1837af9 100755 --- a/labs/lab1-parallel-box-blur-filter/README.md +++ b/labs/lab1-parallel-box-blur-filter/README.md @@ -59,7 +59,7 @@ By the time you are finished with this assignment, you will: ## Preliminaries Before we begin, we need to cover some basic data types and helper methods. -These utilities have already been implemented in the package object (in the file `package.scala`) for this +These utilities have already been implemented in the package object (in the file `common.scala`) for this exercise. First, we will use the `RGBA` type to refer to the value of an image pixel. We will limit ourselves to 32-bit pixel depth images, so we define `RGBA` to -- GitLab