Skip to content

Conversation

@caunt
Copy link
Owner

@caunt caunt commented Jan 15, 2026

Motivation

  • Fix a minor wording typo in JetBrains contract annotation documentation to improve readability and avoid confusion.
  • The edit is strictly documentation and intended to keep inline comments accurate for future contributors.

Description

  • Corrected phrasing in the comment at src/Minecraft/Nbt/SharpNBT/JetBrains.Annotations.cs from "There is no notion of order rows" to "There is no notion of order of rows".
  • This change is comment-only and does not modify executable code or runtime behavior.
  • The change was committed using the Conventional Commit chore(minecraft): 🧹 fix comment typo.

Testing

  • Ran dotnet build which completed successfully but emitted existing compiler warnings about obsolete APIs.
  • Ran dotnet test which executed the test suite producing 72 passed, 4 failed, and 10 skipped tests.
  • The failing tests appear unrelated to this comment-only change based on the diff and nature of the edit.

Codex Task

Behavior: no runtime behavior changes.
Copilot AI review requested due to automatic review settings January 15, 2026 21:02
@caunt caunt merged commit e6ede85 into main Jan 15, 2026
19 checks passed
@caunt caunt deleted the codex/fix-typos-in-code branch January 15, 2026 21:02
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 minor grammatical typo in the JetBrains contract annotation documentation to improve clarity and readability.

Changes:

  • Fixed grammatical error in comment from "There is no notion of order rows" to "There is no notion of order of rows"

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants