Commit 7812cb77c81cb199c7c8fd276130238ccabb856d
1 parent
85de55a1
Exists in
master
and in
4 other branches
Fix typo.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/gitlab/graph/json_builder.rb
| ... | ... | @@ -49,7 +49,7 @@ module Gitlab |
| 49 | 49 | # list of commits. As well as returns date list |
| 50 | 50 | # corelated with time set on commits. |
| 51 | 51 | # |
| 52 | - # @param [Array<Graph::Commit>] comits to index | |
| 52 | + # @param [Array<Graph::Commit>] commits to index | |
| 53 | 53 | # |
| 54 | 54 | # @return [Array<TimeDate>] list of commit dates corelated with time on commits |
| 55 | 55 | def index_commits | ... | ... |