Skip to content

Commit abf0470

Browse files
authored
Correct docs in types.ex (#461)
1 parent 1bf8166 commit abf0470

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: lib/ecto/adapters/tds/types.ex

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ if Code.ensure_loaded?(Tds) do
228228
An Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
229229
can understand if erlang string should be encoded as NVarChar or Varchar.
230230
231-
Due some limitations in Ecto and Tds driver, it is not possible to
232-
support collations other than the one that is set on connection during login.
231+
Due to some limitations in Ecto and Tds driver, it is not possible to
232+
support collations other than the one set on connection during login.
233233
Please be aware of this limitation if you plan to store varchar values in
234234
your database using Ecto since you will probably lose some codepoints in
235235
the value during encoding. Instead use `tds_encoding` library and first
@@ -240,7 +240,7 @@ if Code.ensure_loaded?(Tds) do
240240
use Ecto.Type
241241

242242
@typedoc """
243-
A erlang string
243+
An erlang string
244244
"""
245245
@type t :: String.t
246246

0 commit comments

Comments
 (0)