fix: correct typo "Don not" β "Do not" in audit README test case#3155
Open
Emmanuellsensai wants to merge 1 commit into01-edu:masterfrom
Open
fix: correct typo "Don not" β "Do not" in audit README test case#3155Emmanuellsensai wants to merge 1 commit into01-edu:masterfrom
Emmanuellsensai wants to merge 1 commit into01-edu:masterfrom
Conversation
fix: correct typo "Don not" β "Do not" in audit README test case
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.
[EXTERNAL] fix: correct typo "Don not" β "Do not" in audit README test case
Why?
The audit README contains a typo in a test case input and expected output.
The text reads "Don not be sad..." which is grammatically incorrect and
confusing for students and auditors using this as a reference.
Solution Overview
Corrected the typo "Don not" to "Do not" in both the input text and the
expected output of the affected test case in
subjects/go-reloaded/audit/README.md.Implementation Details
Simple one-word typo fix. No alternative approaches were considered as
this is a straightforward documentation correction.
Build Images
N/A - This is a documentation-only change, no build images required.