Skip to content

Commit c0eb94e

Browse files
Fix typo in docs for Types.define/3 (#694)
1 parent 5e6a76f commit c0eb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/postgrex/types.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ defmodule Postgrex.Types do
254254
255255
Type modules are given to Postgrex on `start_link` via the `:types`
256256
option and are used to control how Postgrex encodes and decodes data
257-
coming from Postgrex.
257+
coming from PostgreSQL.
258258
259259
For example, to define a new type module with a custom extension
260260
called `MyExtension` while also changing `Postgrex`'s default

0 commit comments

Comments
 (0)