From 08e62c33b50e40d7d8d61335980eff257be80427 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 5 May 2023 16:19:58 -0500 Subject: [PATCH] Update coding-interview-rubrics.md Added missing : and missing . --- apps/website/contents/coding-interview-rubrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/contents/coding-interview-rubrics.md b/apps/website/contents/coding-interview-rubrics.md index 28a640e1..cd90d5d4 100644 --- a/apps/website/contents/coding-interview-rubrics.md +++ b/apps/website/contents/coding-interview-rubrics.md @@ -144,7 +144,7 @@ Testing signals | Strong hire | Demonstrated testing signals effortlessly. | | Leaning hire | Had some difficulty demonstrating testing signals, such as not being able to identify all the relevant corner cases. | | Leaning no hire | Conducted testing but did not handle corner cases. Not able to identify or correct bugs in code. | -| Strong no hire | Did not even test code against typical cases. Did not spot glaring bugs in the code and announced they are done | +| Strong no hire | Did not even test code against typical cases. Did not spot glaring bugs in the code and announced they are done. |