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) {