chore: fix some typos in comments

This commit is contained in:
jinjiadu
2024-10-28 11:32:10 +01:00
committed by Wolfgang Walther
parent 0b0b4f2a79
commit 765696dfd0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
-- Module: PostgREST.ApiRequest.Preferences
-- Description: Track client preferences to be employed when processing requests
--
-- Track client prefences set in HTTP 'Prefer' headers according to RFC7240[1].
-- Track client preferences set in HTTP 'Prefer' headers according to RFC7240[1].
--
-- [1] https://datatracker.ietf.org/doc/html/rfc7240
--
+1 -1
View File
@@ -175,7 +175,7 @@ data JsonOperation
deriving (Eq, Show, Ord)
-- | Represents the key(`->'key'`) or index(`->'1`::int`), the index is Text
-- because we reuse our escaping functons and let pg do the casting with
-- because we reuse our escaping functions and let pg do the casting with
-- '1'::int
data JsonOperand
= JKey { jVal :: Text }