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

fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php #145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

imskm
Copy link

@imskm imskm commented May 14, 2024

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.

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.
Copy link

google-cla bot commented May 14, 2024

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.

@imskm imskm changed the title Update SpreadsheetAppendValues.php Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php May 14, 2024
Copy link

conventional-commit-lint-gcf bot commented May 14, 2024

🤖 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/

@imskm imskm changed the title Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php fix: Misplaced comment in code generates wrong code snippet in google doc - SpreadsheetAppendValues.php May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants