From cc1ce7c9c12b43e98124c67cc730300d220813e5 Mon Sep 17 00:00:00 2001 From: Sofya Tuymedova Date: Sun, 10 Dec 2023 21:49:41 +0300 Subject: [PATCH] Minor annotations improvement --- src/exercises/13/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exercises/13/index.ts b/src/exercises/13/index.ts index bc245c3a..ae4965a4 100644 --- a/src/exercises/13/index.ts +++ b/src/exercises/13/index.ts @@ -17,7 +17,7 @@ Intro: 1. DateDetails interface is missing time related fields such as hours, minutes and seconds. - 2. Function "pad" is exported but not declared. + 2. Method "pad" is exported but not declared. Exercise: