Open imskm opened 6 months ago
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).
View this failed invocation of the CLA check for more information.
For the most up to date status, view the checks section at the bottom of the pull request.
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge
label. Good luck human!
-- conventional-commit-lint bot https://conventionalcommits.org/
Misplaced
[END sheets_append_values]
comment is generating incorrect code snippet in the google doc (I guess)See this code snippet, here we can see the function's closing brace is missing in the doc. https://developers.google.com/sheets/api/guides/values#append_values
If I guessed it correctly then this issue is present in other code file as well.