Skip to content

Conversation

@Avenger-285714
Copy link

Correct "I don't supposed" to "I'm not supposed" in the print statement. Also add missing newline at EOF.

Issue

The file api/tests/doc_examples/main.c contains a grammar error in the printf statement. The phrase "I don't supposed to be executed!" is grammatically incorrect. Additionally, the file is missing a newline character at the end, which violates POSIX standards.

Solution

  1. Correct the grammar from "I don't supposed" to "I'm not supposed"
  2. Add a newline at the end of the file to comply with POSIX text file conventions

How Tested

Verify that the message printed here has been modified successfully.

Correct "I don't supposed" to "I'm not supposed" in the print
statement. Also add missing newline at EOF.

Signed-off-by: WangYuli <wangyl5933@chinaunicom.cn>
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a grammatical error in a test file and ensures POSIX compliance by adding a newline at the end of the file.

  • Corrects grammar in printf statement from "I don't supposed" to "I'm not supposed"
  • Adds missing newline character at end of file per POSIX text file standards

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant