From 9e9a1ca88204ddb3bf64847255de338a05dee247 Mon Sep 17 00:00:00 2001 From: Hedrauta Date: Thu, 16 Dec 2021 16:05:46 +0100 Subject: [PATCH] Update codingcontracttypes.ts --- src/data/codingcontracttypes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/codingcontracttypes.ts b/src/data/codingcontracttypes.ts index 552fbc06c..b6645ee47 100644 --- a/src/data/codingcontracttypes.ts +++ b/src/data/codingcontracttypes.ts @@ -148,7 +148,7 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [ { desc: (n: number[][]): string => { let d: string = [ - "Given the following array of array of numbers representing a 2D matrix,", + "Given the following array of arrays of numbers representing a 2D matrix,", "return the elements of the matrix as an array in spiral order:\n\n", ].join(" "); // for (const line of n) {