From 5d08a0d5406c8825706ff44876850b36c8c04131 Mon Sep 17 00:00:00 2001 From: "Peter J. Keleher" <keleher@cs.umd.edu> Date: Tue, 7 Sep 2021 10:31:28 -0400 Subject: [PATCH] auto --- assign1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assign1/README.md b/assign1/README.md index 1e76133..35b5581 100644 --- a/assign1/README.md +++ b/assign1/README.md @@ -1,4 +1,4 @@ -# Assignment 1: Swift and Extensions +# Assignment 1: Swift and Generics ## Goals The primary goal of this project is to to familiarize yourself with @@ -15,7 +15,7 @@ Specifically, you will create an application having a model that emulates the lo In the process you will obviously learn quite a bit about the `XCode` environment, about unit tests in the context of Swift applications, -and about defining type extensions. +and about defining type generics. ## Using git You will submit your assignment solution through git. Clone your -- GitLab