Skip to content

Commit

Permalink
Fix typo in docs for Types.define/3 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesCruyskens authored Jul 23, 2024
1 parent 5e6a76f commit c0eb94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/types.ex
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ defmodule Postgrex.Types do
Type modules are given to Postgrex on `start_link` via the `:types`
option and are used to control how Postgrex encodes and decodes data
coming from Postgrex.
coming from PostgreSQL.
For example, to define a new type module with a custom extension
called `MyExtension` while also changing `Postgrex`'s default
Expand Down

0 comments on commit c0eb94e

Please sign in to comment.