Skip to content

Commit

Permalink
πŸ”€ Typo!
Browse files Browse the repository at this point in the history
incredibly minor typo fix πŸ˜…
really enjoying reading through your code!
  • Loading branch information
stuarth authored Oct 9, 2024
1 parent ab36e39 commit ec9c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squirrel/internal/database/postgres.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ select
when elem.typname is null then type.typname
else elem.typname
end as type,
-- Tells us how to interpret the firs column: if this is true then the first
-- Tells us how to interpret the first column: if this is true then the first
-- column is the type of the elements of the array type.
-- Otherwise it means we've found a base type.
case
Expand Down

0 comments on commit ec9c9f8

Please sign in to comment.