8c9fa3d2aef3a6cd7681748602fc303842196f5e
hiram
  Fri Oct 31 15:46:47 2025 -0700
correct possessive

diff --git src/hg/lib/fasTAN.as src/hg/lib/fasTAN.as
index d1ea695d354..de8e4a7cfe5 100644
--- src/hg/lib/fasTAN.as
+++ src/hg/lib/fasTAN.as
@@ -1,9 +1,9 @@
 table fasTAN
-"fasTAN - Gene Myers tandem repeats"
+"fasTAN - Gene Myers' tandem repeats"
     (
     string chrom;      "Reference sequence chromosome or scaffold"
     uint   chromStart; "Start position in chromosome"
     uint   chromEnd;   "End position in chromosome"
     uint   unit;       "typical repeat length"
     uint   score;      "edit distance of the alignment: substitutions and indels
     )