diff options
Diffstat (limited to 'app/models/snippet.rb')
-rw-r--r-- | app/models/snippet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/snippet.rb b/app/models/snippet.rb index 72ebdf61787..b63ab003711 100644 --- a/app/models/snippet.rb +++ b/app/models/snippet.rb @@ -337,7 +337,7 @@ class Snippet < ApplicationRecord class << self # Searches for snippets with a matching title, description or file name. # - # This method uses ILIKE on PostgreSQL and LIKE on MySQL. + # This method uses ILIKE on PostgreSQL. # # query - The search query as a String. # |