docs: fix spelling error 'Sequnce' → 'Sequence' in special-case/README.md - #3561
Open
lunar-me wants to merge 1 commit into
Open
docs: fix spelling error 'Sequnce' → 'Sequence' in special-case/README.md#3561lunar-me wants to merge 1 commit into
lunar-me wants to merge 1 commit into
Conversation
PR SummaryThis PR fixes a spelling error in Changes
autogenerated by presubmit.ai |
There was a problem hiding this comment.
🚨 Pull request needs attention.
Review Summary
Commits Considered (1)
- 26fc6bd: docs: fix spelling error 'Sequnce' → 'Sequence' in special-case/README.md
Files Processed (1)
- special-case/README.md (1 hunk)
Actionable Comments (1)
-
special-case/README.md [40-40]
typo: "Typo fix in README"
Skipped Comments (0)
| > If you’ll pardon the unresistable pun, I see [Null Object](https://java-design-patterns.com/patterns/null-object/) as special case of Special Case. | ||
|
|
||
| Sequnce diagram | ||
| Sequence diagram |
There was a problem hiding this comment.
Corrects the misspelling Sequnce to Sequence in the caption line for the special-case diagram. Consider scanning docs for similar typos to ensure consistency.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3561 +/- ##
============================================
+ Coverage 83.24% 83.46% +0.21%
- Complexity 4025 4034 +9
============================================
Files 1060 1060
Lines 14246 14246
Branches 686 686
============================================
+ Hits 11859 11890 +31
+ Misses 2100 2070 -30
+ Partials 287 286 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
This PR fixes a spelling error in
special-case/README.md(line 40).Problem
The word 'Sequnce' is misspelled and should be 'Sequence'.
Fix
Changed
Sequnce diagramtoSequence diagram.Type of Change