-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing String & StringName operator descriptions #68217
Conversation
85ba8ca
to
0c3e94d
Compare
0c3e94d
to
23ad928
Compare
23ad928
to
9680c99
Compare
Updated PR to correctly mention Unicode order over alphabetical order in the comparison operators. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm also not sure if the link to Wikipedia is sufficient to explain the order, as it doesn't directly answer that question. But I don't have an alternative to suggest.
9680c99
to
c164f18
Compare
Do note that the link has been fetched from above, in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Looks good to me now, thanks! |
Related to #68838.
Adds missing descriptions to the String and StringName operators in the Class Reference. Most notably, a decently detailed one to the "%" operator pointing to the String formatting tutorial.
Also corrects
String.bigram()
's print value because I glanced at it, it technically was outdated.