Commit 7812cb77c81cb199c7c8fd276130238ccabb856d

Authored by Sato Hiroyuki
1 parent 85de55a1

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,7 +49,7 @@ module Gitlab
49 # list of commits. As well as returns date list 49 # list of commits. As well as returns date list
50 # corelated with time set on commits. 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 # @return [Array<TimeDate>] list of commit dates corelated with time on commits 54 # @return [Array<TimeDate>] list of commit dates corelated with time on commits
55 def index_commits 55 def index_commits