Skip to content

Typo found in [threads-locks/README.md] #66

@pc-cp

Description

@pc-cp

Hello, I noticed a small typo in your project:

one more thing:
Since the context involves the jgt instruction, the description in the file should more accurately reflect the jgt behavior. The current description reads:

In this case, the other new instruction is the jump instruction (in this case, jgte which stands for “jump if greater than or equal to”). This instruction jumps if the second value is greater than or equal to the first in the test.

To align with the actual jgt instruction, I suggest revising it to:

  • In this case, the other new instruction is the jump instruction (in this case, jgt which stands for “jump if greater than”). This instruction jumps if the second value is greater than the first in the test.

This revised description better aligns with the actual jump logic of jgt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions