summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/string_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/string_path.rb b/lib/gitlab/string_path.rb
index af80a502bf6..bfeb0f852f0 100644
--- a/lib/gitlab/string_path.rb
+++ b/lib/gitlab/string_path.rb
@@ -5,7 +5,7 @@ module Gitlab
# This is IO-operations safe class, that does similar job to
# Ruby's Pathname but without the risk of accessing filesystem.
#
- # TODO: better support for '../' and './'
+ # TODO, better support for '../' and './'
#
class StringPath
attr_reader :path, :universe