From 933841bc53be9c7554cf028fd0195bbe8f70b726 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 28 Jan 2016 09:44:27 +0100 Subject: [PATCH] typo --- lib/project.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/project.php b/lib/project.php index 5d6710a..c3d7eb1 100644 --- a/lib/project.php +++ b/lib/project.php @@ -4,7 +4,7 @@ * Retourne une liste de projets en fonction d'une pagination * * @param int $page La page courrante - * @param int $limit Nombre de projet par page + * @param int $limit Nombre de projets par page * @return array Les projets */ function getProjects($page = 1, $limit = 5) @@ -79,7 +79,7 @@ function getProjectNumberOfPages($maxPerPage) * Returne les commentaires d'un projet * * @param int $id L'id du projet - * @return array Les commentaire du projet + * @return array Les commentaires du projet */ function getCommentsByProject($id) {