From 2220aba21a55ec570d63d4cff1834461012a23a5 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Mon, 10 Feb 2020 23:55:04 -0500 Subject: [PATCH] auto --- assign1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign1.md b/assign1.md index 54b3feb..9fb32c8 100644 --- a/assign1.md +++ b/assign1.md @@ -119,7 +119,7 @@ explicit `Int` version is fine if you don't get the generic working). The first is: ``` // class-less function that will return of any square 2D Int array rotated clockwise - public func rotate2Dints(input: [[Int]]) -> [[Int]] {} + public func rotate2DInts(input: [[Int]]) -> [[Int]] {} ``` You should also build `rotate2D`, which is a *generic* version of the above. -- GitLab