Update comments

This commit is contained in:
Alex Ling
2021-09-18 02:14:22 +00:00
parent ec25109fa5
commit 3f73591dd4
2 changed files with 7 additions and 6 deletions

View File

@@ -72,12 +72,12 @@ class Title
# Utility method used in library rescanning.
# - When the title does not exist on the file system anymore, return false
# and let it be deleted from the libaray instance
# - When the title exists, but its contents sigature is now different from
# and let it be deleted from the library instance
# - When the title exists, but its contents signature is now different from
# the cache, it means some of its content (nested titles or entries)
# has been added, deleted, or renamed. In this case we update its
# contents signature and instance variables
# - When the title exists and its contents sigature is still the same, we
# - When the title exists and its contents signature is still the same, we
# return true so it can be reused without rescanning
def examine(context : ExamineContext) : Bool
return false unless Dir.exists? @dir # No title, Remove this