From 21d23a33bf4bf43a4e14f3226ccf6df153291109 Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Fri, 24 Jan 2025 15:33:50 +0700 Subject: [PATCH 1/2] missing indefinite article in the same comment in two files --- harper-comments/tests/language_support_sources/issue_96.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harper-comments/tests/language_support_sources/issue_96.lua b/harper-comments/tests/language_support_sources/issue_96.lua index 58da089b..46369703 100644 --- a/harper-comments/tests/language_support_sources/issue_96.lua +++ b/harper-comments/tests/language_support_sources/issue_96.lua @@ -1,4 +1,4 @@ --- Below, we have situation where the line terminates and should end the sentence. +-- Below, we have a situation where the line terminates and should end the sentence. local alphabet = { [1] = "a", -- This is a test From 9dc215a7841eb3a2f6429fd1c674f0ccbaebda43 Mon Sep 17 00:00:00 2001 From: Andrew Dunbar Date: Fri, 24 Jan 2025 15:43:05 +0700 Subject: [PATCH 2/2] missing indefinite article in the same comment in two files --- harper-comments/tests/language_support_sources/issue_96.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harper-comments/tests/language_support_sources/issue_96.rb b/harper-comments/tests/language_support_sources/issue_96.rb index 38b904f9..aee2e631 100644 --- a/harper-comments/tests/language_support_sources/issue_96.rb +++ b/harper-comments/tests/language_support_sources/issue_96.rb @@ -1,4 +1,4 @@ -# Below, we have situation where the line terminates and should end the sentence. +# Below, we have a situation where the line terminates and should end the sentence. alphabet = [ "a", # This is a test