Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs typo #164

Closed
bestickley opened this issue Oct 26, 2022 · 1 comment
Closed

docs typo #164

bestickley opened this issue Oct 26, 2022 · 1 comment

Comments

@bestickley
Copy link

Under Create Record the docs say:

In DynamoDB, put operations by default will overwrite a record if record being updated does not exist. In ElectroDB, the patch method will utilize the attribute_not_exists() parameter dynamically to ensure records are only "created" and not overwritten when inserting new records into the table.

Should "In ElectroDB, the patch method will utilize..." say "In ElectroDB, the create method will utilize..."?

@tywalch
Copy link
Owner

tywalch commented Nov 3, 2022

Fixed!

@tywalch tywalch closed this as completed Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants