From d41ef6ab3072a4d200fefdc84a3b76d873113b51 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 17 Dec 2022 19:57:02 -0500 Subject: [PATCH] Update comments --- src/common/git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/git.php b/src/common/git.php index 90b239d..ca31a3a 100644 --- a/src/common/git.php +++ b/src/common/git.php @@ -29,7 +29,7 @@ function getRecentProjects() { curl_close($curl); //now we need to parse out the results into a nice array containing the - //5 most recently modified projects + //most recent items $parsed = json_decode($result, true);