Skip to content

Commit

Permalink
Small docstrings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nbigaouette committed Jan 2, 2017
1 parent 7d6f89f commit 675f544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gitlab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ impl GitLab {
self.get_paginated_from_project(query_gitlab_closure, iter_find_closure)
}

/// Get a project issue from a its `iid`.
/// Get a project issue from a its project's `namespace` and `name` and the issue's `iid`.
///
/// Since GitLab uses unique `id`s in its API and _not_ `iid`s, we will need to list issues
/// (grouped by pages of 20) until we find the proper issue matching the `id` requested.
Expand All @@ -336,7 +336,7 @@ impl GitLab {
self.get_paginated_from_project(query_gitlab_closure, iter_find_closure)
}

/// Get a project merge request from a its `iid`.
/// Get a project merge request from a its project's `namespace` and `name` and the issue's `iid`.
///
/// Since GitLab uses unique `id`s in its API and _not_ `iid`s, we will need to list issues
/// (grouped by pages of 20) until we find the proper issue matching the `id` requested.
Expand Down

0 comments on commit 675f544

Please sign in to comment.