Skip to content

Commit 703a553

Browse files
vip892766gmawolfgangwalther
authored andcommitted
chore: remove duplicated words in Listener and Plan comments
Signed-off-by: Aiden Park <275402320+vip892766gma@users.noreply.github.com>
1 parent 187ea6d commit 703a553

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/PostgREST/Listener.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ retryingListen appState hasDbListenerBug = do
5656
-- loop running the listener
5757
retryingListen appState (isDbListenerBug err)
5858

59-
-- Execute the listener with with error handling
59+
-- Execute the listener with error handling
6060
handle onError $ do
6161
-- Make sure we don't leak connections on errors
6262
bracket

src/PostgREST/Plan.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ data InspectPlan = InspectPlan {
126126
, ipSchema :: Schema
127127
}
128128

129-
-- A Plan may use the the database or not
129+
-- A Plan may use the database or not
130130
data ActionPlan
131131
= Db DbActionPlan
132132
| NoDb InfoPlan

0 commit comments

Comments
 (0)