Skip to content

Fix (29): typo, replace ? with <= in comparison operators list#130

Open
danqzq wants to merge 1 commit into
teivah:masterfrom
danqzq:fix/29-operator-typo
Open

Fix (29): typo, replace ? with <= in comparison operators list#130
danqzq wants to merge 1 commit into
teivah:masterfrom
danqzq:fix/29-operator-typo

Conversation

@danqzq
Copy link
Copy Markdown

@danqzq danqzq commented Jan 29, 2026

This PR fixes a typo in item 29 (line 545 in docs/index.md) where ? is incorrectly listed as a comparison operator. Go does not have a ? operator - this should be <= to complete the standard set of comparison operators.

Before

We can also use the `?`, `>=`, `<`, and `>` operators...

After

We can also use the `<=`, `>=`, `<`, and `>` operators...

Related issue

Fixes #129

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.

Item #29: typo/wrong operator ? (should be <= instead)

1 participant