Skip to content

Commit

Permalink
fix: Add "off-by-one"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jul 8, 2024
1 parent d297f79 commit 7a46ecb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@
["check[- ]box(es)?", "checkbox$1"],
["code[- ]base(es)?", "codebase$1"],
["co[- ]locat(ion|ing|e|ed)", "colocate$1"],
["copy[- ]past(e|ed|ing)?", "copypast$1"],
["end[- ]point(s)?", "endpoint$1"],
["e[- ]mail(s)?", "email$1"],
["file[- ]name(s)?", "filename$1"],
Expand Down Expand Up @@ -253,6 +254,7 @@
["error ?prone", "error-prone"],
["higher ?order", "higher-order"],
["key[/ ]?value", "key-value"],
["off ?by ?one", "off-by-one"],
["one ?liner(s)?", "one-liner$1"],
["retr[yi]ability", "retry-ability"],
["server ?side", "server-side"],
Expand Down

0 comments on commit 7a46ecb

Please sign in to comment.