Commit 8eae788f authored by Charlie Ablett's avatar Charlie Ablett Committed by charlieablett

Use English instead of Latin

parent 7e6befc0
...@@ -28,8 +28,8 @@ module Gitlab ...@@ -28,8 +28,8 @@ module Gitlab
return true if 'cached_markdown_version'.equal?(key) return true if 'cached_markdown_version'.equal?(key)
prohibited_suffices = %w(_id _html) prohibited_suffixes = %w(_id _html)
prohibited_suffices.each do |suffix| prohibited_suffixes.each do |suffix|
return true if key.end_with?(suffix) return true if key.end_with?(suffix)
end end
false false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment