Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-rychlewski authored Dec 3, 2023
1 parent e021cc7 commit 07b349d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ecto/changeset.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Ecto.Changeset do
a form that needs to be type-converted and properly validated. This
use case is primarily covered by the `cast/4` function.
Wbhen working with external data, the data is typically provided
When working with external data, the data is typically provided
as maps with string keys (also known as parameters). On the other hand,
when working with internal data, you typically have maps of atom keys
or structs. This duality allows you to track the nature of your data:
Expand Down

0 comments on commit 07b349d

Please sign in to comment.