From b2897187ab18c937a17991b2656c81d18a4e4fe3 Mon Sep 17 00:00:00 2001 From: MareStare Date: Mon, 17 Mar 2025 20:03:47 +0000 Subject: [PATCH] Replace 2nd person with 3rd --- lib/philomena/autocomplete/generator.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/philomena/autocomplete/generator.ex b/lib/philomena/autocomplete/generator.ex index fcb2e7e3..7f7ffbb5 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 do the following calculation: `-meta - 1` and you'll get an index + // If <0 then the following calculation: `-meta - 1` and will give the index // of a `tag_reference` for the canonical tag aliased by this one // in the `primary_references` array int32_t meta;