summaryrefslogtreecommitdiff
path: root/app/models/note.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/note.rb')
-rw-r--r--app/models/note.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/note.rb b/app/models/note.rb
index 97f6bf6e3a7..f56f999fda1 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -138,7 +138,7 @@ class Note < ActiveRecord::Base
super
end
# Temp fix to prevent app crash
- # if note commit id doesnt exist
+ # if note commit id doesn't exist
rescue
nil
end