From e9cf2062b00ee09161fe8242e3880fe8a0ef98d0 Mon Sep 17 00:00:00 2001 From: Ashish Bhanu Daulatabad Date: Mon, 8 Mar 2021 10:36:17 +0530 Subject: [PATCH] adding a comment --- dynamic_programming/abbreviation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic_programming/abbreviation.cpp b/dynamic_programming/abbreviation.cpp index 17677e603..075888b44 100644 --- a/dynamic_programming/abbreviation.cpp +++ b/dynamic_programming/abbreviation.cpp @@ -181,6 +181,6 @@ static void test() { * @returns 0 on exit */ int main() { - test(); // run self-implementation checks + test(); // run self-test implementations return 0; }