Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1 +1 @@
If `use_constant_codepoint_count` is enabled.
If `use_constant_codepoint_count` enabled.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix grammar in the condition sentence.

Line 1 reads awkwardly because it’s missing a verb. Please restore is for correct grammar and readability.

Suggested edit
-If `use_constant_codepoint_count` enabled.
+If `use_constant_codepoint_count` is enabled.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
If `use_constant_codepoint_count` enabled.
If `use_constant_codepoint_count` is enabled.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@snippets/character_table/configurations/condition/constant_codepoint_count.md`
at line 1, The sentence "If `use_constant_codepoint_count` enabled." is missing
a verb; update the wording to "If `use_constant_codepoint_count` is enabled."
(or an equivalent grammatically correct variant) in the documentation snippet
for the condition referencing use_constant_codepoint_count to restore
readability; locate the phrase in the
character_table/configurations/condition/constant_codepoint_count.md content and
insert "is" after the backticked variable name.

Loading