Skip to content

Commit

Permalink
Fix typo in IsolationLevel comment (#1563)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin authored Jan 10, 2025
1 parent a2fdcde commit 2c3cd6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Database.Persist.SqlBackend.Internal.IsolationLevel where
import Data.String (IsString(..))

-- | Please refer to the documentation for the database in question for a full
-- overview of the semantics of the varying isloation levels
-- overview of the semantics of the varying isolation levels
data IsolationLevel = ReadUncommitted
| ReadCommitted
| RepeatableRead
Expand Down

0 comments on commit 2c3cd6d

Please sign in to comment.