From 26db54c6cabd8af19aa86204b0a28882b56c2bd1 Mon Sep 17 00:00:00 2001 From: Rob Warner <rwarner@grailbox.com> Date: Tue, 5 Jul 2016 18:28:48 -0400 Subject: [PATCH] Fix doc comment for ListStarredProjects --- projects.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects.go b/projects.go index da08ff22..993ad809 100644 --- a/projects.go +++ b/projects.go @@ -148,7 +148,7 @@ func (s *ProjectsService) ListOwnedProjects( return p, resp, err } -// ListOwnedProjects gets a list of projects which are starred by the +// ListStarredProjects gets a list of projects which are starred by the // authenticated user. // // GitLab API docs: -- GitLab