Fix battery level threshold notation in power optimization docs - #423
Merged
Conversation
MDX parses `<` as the start of a JSX tag; `<30%` in prose fails because a digit can't start a tag name. Reworded to avoid the literal `<` character.
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.
Summary
Updated the battery-level policies documentation to use clearer notation for the sub-30% battery threshold, changing from
<30%tobelow 30%for improved readability and consistency with the rest of the documentation.Changes
docs/operations/optimize-edge-ai-power-performance.md<30%to plain Englishbelow 30%for better accessibility and clarityRationale
The plain English phrasing "below 30%" is more accessible than the mathematical symbol
<30%and maintains consistency with the descriptive style used throughout the rest of the documentation. This is a minor documentation improvement that enhances clarity without changing the technical content.Test Plan
N/A - Documentation update only
https://claude.ai/code/session_01EB4quZFAhKgvkiWrGyveCA