Skip to content

docs: fix grammar in doc comments and book pages#5805

Merged
max-sixty merged 1 commit intomainfrom
docs/nightly-survey-fixes
Apr 16, 2026
Merged

docs: fix grammar in doc comments and book pages#5805
max-sixty merged 1 commit intomainfrom
docs/nightly-survey-fixes

Conversation

@prql-bot
Copy link
Copy Markdown
Collaborator

Summary

Nightly survey turned up four small grammar/typo issues in docs and doc comments:

  • prqlc-elixir binding: "This is only changes the output" → "This only changes the output" (lib.rs)
  • JS binding README: "Errors are returned as following object" → "Errors are returned as the following object"
  • book/relation-literals: "converts it to table" → "converts it to a table"
  • book/stdlib/transforms: subject-verb agreement on the group row ("Partition rows into groups and applies" → "and apply")

Pure docs. No tests required.

Test plan

  • Changes are isolated to prose in doc comments and .md files
  • CI lint passes

🤖 Generated with Claude Code

- prqlc-elixir: "This is only changes" → "This only changes"
- JS README: "as following object" → "as the following object"
- relation-literals: "converts it to table" → "converts it to a table"
- stdlib/transforms: subject-verb agreement in `group` row

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@max-sixty max-sixty merged commit 7fa97cb into main Apr 16, 2026
39 checks passed
@max-sixty max-sixty deleted the docs/nightly-survey-fixes branch April 16, 2026 07:33
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

Successfully merging this pull request may close these issues.

2 participants