Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Update README: remove repeat function #15

Merged
merged 1 commit into from Sep 27, 2017
Merged

Update README: remove repeat function #15

merged 1 commit into from Sep 27, 2017

Conversation

cbracken
Copy link
Contributor

In bd2f96e, repeat was removed from
this packages. Instead, users should use String's operator*. e.g.,

String tomsDinerIntro = 'do ' * 16;

In bd2f96e, repeat was removed from
this packages. Instead, users should use String's operator*. e.g.,

  String tomsDinerIntro = 'do ' * 16;
@cbracken
Copy link
Contributor Author

Fixes #13.

I'll verify that google/quiver-dart doesn't have this the same issue.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 0974b13 on repeat into ** on master**.

@cbracken
Copy link
Contributor Author

cbracken commented Sep 27, 2017

/cc @giorgiofran, who reported this.

Copy link
Contributor

@yjbanov yjbanov left a comment

Choose a reason for hiding this comment

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

LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants