Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs: fix issues in read/write batch examples #379

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mfren
Copy link

@mfren mfren commented Dec 4, 2023

I've corrected a couple of examples from the docs:

  • ReadBatch.addGetItem -> ReadBatch.addGet (including params difference)
  • concurrency -> requestsConcurrencyLimit
  • Read() -> ReadBatch()

}
.addGet<User, UserPrimaryKey>({
User,
{ id: '1' }
})
.addGetItem<Org, OrgPrimaryKey>({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should also be changed to addGet

@whimzyLive whimzyLive added the documentation Improvements or additions to documentation label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants