diff --git a/lib/philomena/autocomplete/generator.ex b/lib/philomena/autocomplete/generator.ex index 7f7ffbb5..b559f873 100644 --- a/lib/philomena/autocomplete/generator.ex +++ b/lib/philomena/autocomplete/generator.ex @@ -25,7 +25,7 @@ defmodule Philomena.Autocomplete.Generator do // If >=0 then this tag is canonical and the `meta` is the number of images with this tag // - // If <0 then the following calculation: `-meta - 1` and will give the index + // If <0 then `-meta - 1` (to allow 0 as a possibility for the target) will give the index // of a `tag_reference` for the canonical tag aliased by this one // in the `primary_references` array int32_t meta;