Skip to content

Commit 69f0cb4

Browse files
authored
spelling (#289)
1 parent 94a9bb8 commit 69f0cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ecto/adapters/tds.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ defmodule Ecto.Adapters.Tds do
6060
6161
### UUIDs
6262
63-
MSSQL server has slighlty different binary storage format for UUIDs (`uniqueidenitifer`).
63+
MSSQL server has slightly different binary storage format for UUIDs (`uniqueidenitifer`).
6464
If you use `:binary_id`, the proper choice is made. Otherwise you must use the `Tds.Ecto.UUID`
6565
type. Avoid using `Ecto.UUID` since it may cause unpredictable application behaviour.
6666

0 commit comments

Comments
 (0)