提交 ec29ce4b 编写于 作者: J Jeroen van Baarsen

Merge pull request #8307 from cirosantilli/project-api-comment-typo

Typo in project API events comment
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册