From dc7166f0a3316711a962b9795813291d4cb4f55c Mon Sep 17 00:00:00 2001 From: Helen Lei Date: Sun, 22 Oct 2023 18:49:38 -0400 Subject: [PATCH] make more clear --- server/endpoints/Profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/endpoints/Profile.ts b/server/endpoints/Profile.ts index 3f1fe383c..63b426201 100644 --- a/server/endpoints/Profile.ts +++ b/server/endpoints/Profile.ts @@ -74,7 +74,7 @@ export const countReviewsByStudentId: Endpoint = { /** * Returns the number of likes that match the reviewIds associated with a given * netId and error if there are none - * This method counts the total number of likes received by a student. + * This method calculates the total number of likes a student has received on all their reviews. * @param netId: netId that is checked to see if it is not empty and an ASCII value * @returns: Endpoint with type NetIdQuery */