Skip to content

Commit 8e19684

Browse files
authored
Fix typos (#610)
1 parent f5d29e3 commit 8e19684

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/ecto/adapters/tds/types.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
if Code.ensure_loaded?(Tds) do
22
defmodule Tds.Ecto.UUID do
33
@moduledoc """
4-
An TDS adapter type for UUIDs strings.
4+
A TDS adapter type for UUIDs strings.
55
66
If you are using Tds adapter and UUIDs in your project, instead of `Ecto.UUID`
77
you should use Tds.Ecto.UUID to generate correct bytes that should be stored
@@ -213,7 +213,7 @@ if Code.ensure_loaded?(Tds) do
213213

214214
defmodule Tds.Ecto.VarChar do
215215
@moduledoc """
216-
An Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
216+
A Tds adapter Ecto Type that wraps erlang string into tuple so TDS driver
217217
can understand if erlang string should be encoded as NVarChar or Varchar.
218218
219219
Due to some limitations in Ecto and Tds driver, it is not possible to

lib/ecto/migration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ defmodule Ecto.Migration do
12611261
the corresponding foreign key constraints before modifying the type.
12621262
Generally speaking, you want to pass the type and each option
12631263
you are modifying to `:from`, so the column can be rolled back properly.
1264-
However, note that `:from` cannot be be used to modify primary keys,
1264+
However, note that `:from` cannot be used to modify primary keys,
12651265
as those are generally trickier to revert.
12661266
12671267
See `add/3` for more information on supported types.

0 commit comments

Comments
 (0)