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

Fix documentation of Uint32List and Uint64List #30626

Closed
wants to merge 1 commit into from
Closed

Fix documentation of Uint32List and Uint64List #30626

wants to merge 1 commit into from

Conversation

renggli
Copy link

@renggli renggli commented Sep 5, 2017

The currently documented max value is 2^n, but since 0 should be counted too the actual max value is only 2^n - 1.

The currently documented maximum value is 2^n, but since 0 should be counted too actual value is only 2^n - 1.
@lrhn
Copy link
Member

lrhn commented Sep 6, 2017

LGTM

@kevmoo
Copy link
Member

kevmoo commented Sep 28, 2017

@lrhn – can you shepard through Gerrit?

whesse pushed a commit that referenced this pull request Sep 29, 2017
The currently documented maximum value is 2^n, but since 0 should be counted too actual value is only 2^n - 1.

Pull request #30626 by https://github.com/renggli

Change-Id: I85f920929f4cc524b7096f550e4dfdc628306399
Reviewed-on: https://dart-review.googlesource.com/9500
Reviewed-by: Lasse R.H. Nielsen <lrn@google.com>
Commit-Queue: Lasse R.H. Nielsen <lrn@google.com>
@lrhn
Copy link
Member

lrhn commented May 16, 2018

This was landed through a different CL.

@lrhn lrhn closed this May 16, 2018
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.

4 participants