Skip to content
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

Update inaccurate documentation for isUtf16Surrogate method #60219

Merged
merged 2 commits into from Jun 24, 2020

Conversation

justinmc
Copy link
Contributor

Description

isUtf16Surrogate was flagged as potentially being incorrect, but after investigation (see #59513), it turns out the code is right but the docs are wrong. This PR just updates the comments to reflect what the method does accurately.

Related Issues

Closes #59513

Tests

None, docs fix.

@justinmc justinmc requested a review from HansMuller June 24, 2020 17:48
@justinmc justinmc self-assigned this Jun 24, 2020
@fluttergithubbot fluttergithubbot added the framework flutter/packages/flutter repository. See also f: labels. label Jun 24, 2020
@fluttergithubbot
Copy link
Contributor

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Contributor

@HansMuller HansMuller left a comment

Choose a reason for hiding this comment

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

LGTM

@flutter-github-sync
Copy link

Started Google testing for this PR

@fluttergithubbot fluttergithubbot merged commit 42e6755 into flutter:master Jun 24, 2020
@justinmc justinmc deleted the is-utf16-surrogate branch June 24, 2020 20:11
mingwandroid pushed a commit to mingwandroid/flutter that referenced this pull request Sep 6, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
framework flutter/packages/flutter repository. See also f: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Potentially inaccurate surrogate pair detection
5 participants