-
Notifications
You must be signed in to change notification settings - Fork 102
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: Update grammar #544
docs: Update grammar #544
Conversation
corrected errors like "Execute a DML statements" to "Execute a DML statement", added punctuations. and made general edits to make sentences in the Active voice, and simpler.
addressed Review feedback.
src/transaction.ts
Outdated
* {@link Snapshot#run} for your convenience. All rows will | ||
* be stored in memory before being released to your callback. If you intend | ||
* on receiving a lot of results from your query, consider using the streaming | ||
* {@link Snapshot#run} for your convenience. All rows are stored in memory before being released to your callback. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely running over that 80 char limit here. Does npm run fix
correct this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't mean to approve! Still a couple items that need to be resolved.
Thanks a lot. I left one suggestion in the comment. Please, let me know if
you are ok with it, else, I will revert the changes.
Regards,
Romola.
…On Mon, Mar 4, 2019 at 12:43 PM Dave Gramlich ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I didn't mean to approve! Still a couple items that need to be resolved.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#544 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ArJUBYQRmn5qNoCKIchDeURRdgvXUl8Zks5vTWlOgaJpZM4bZwPg>
.
|
addressed review comments.
Codecov Report
@@ Coverage Diff @@
## master #544 +/- ##
=========================================
Coverage ? 89.95%
=========================================
Files ? 15
Lines ? 1444
Branches ? 42
=========================================
Hits ? 1299
Misses ? 140
Partials ? 5
Continue to review full report at Codecov.
|
Corrected errors like "Execute a DML statements" to "Execute a DML statement", "If the callback is omitted, we'll return a Promise" to "If the callback is omitted, the function returns a Promise". Added punctuation, and made general edits to make sentences simpler, and in the Active voice.