diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-01-18 19:05:02 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-01-18 19:05:02 +0100 |
commit | ec29ce4b025279419fc9a42581680e9fb28f25c7 (patch) | |
tree | baff5fab6cb8daa71881b91d618b64930322c643 /lib/api | |
parent | b1c79eaf945b22602552edf8d111c5245057bad2 (diff) | |
parent | e375d0de65894a03d382c462fe99bbe66915dba7 (diff) | |
download | gitlab-ce-ec29ce4b025279419fc9a42581680e9fb28f25c7.tar.gz |
Merge pull request #8307 from cirosantilli/project-api-comment-typo
Typo in project API events comment
Diffstat (limited to 'lib/api')
-rw-r--r-- | lib/api/projects.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb index b9c95c785f2..5b0c31f1898 100644 --- a/lib/api/projects.rb +++ b/lib/api/projects.rb @@ -96,7 +96,7 @@ module API # Parameters: # id (required) - The ID of a project # Example Request: - # GET /projects/:id + # GET /projects/:id/events get ":id/events" do limit = (params[:per_page] || 20).to_i offset = (params[:page] || 0).to_i * limit |