Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR applies a handful of small documentation corrections discovered while updating docs to reflect the changes from #21523 (models-as-data barriers and barrier guards).
Changes:
- Fixes minor typos/formatting issues in Ruby and JavaScript modeling guides.
- Updates Java/Kotlin extensible predicate parameter naming to match the actual predicate definitions (
packagerather thannamespace). - Corrects the Go modeling example to refer to
slices.Concatconsistently.
Show a summary per file
| File | Description |
|---|---|
| docs/codeql/codeql-language-guides/customizing-library-models-for-ruby.rst | Fixes a typo in the example explanation string for TTY::Command. |
| docs/codeql/codeql-language-guides/customizing-library-models-for-javascript.rst | Fixes a spelling error (“passd” → “passed”) in the GuardedRouteHandler explanation. |
| docs/codeql/codeql-language-guides/customizing-library-models-for-java-and-kotlin.rst | Aligns predicate parameter naming with the CodeQL Java extensible predicate definitions (package). |
| docs/codeql/codeql-language-guides/customizing-library-models-for-go.rst | Fixes the function name in the summary-model explanation to match the slices.Concat example. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These were spotted by copilot code review when publishing the docs to include the changes in #21523 .