dart-lang / characters

A package for characters represented as unicode extended grapheme clusters
https://pub.dev/packages/characters
BSD 3-Clause "New" or "Revised" License
69 stars 17 forks source link

Fix method syntax in ReadMe example code #55

Closed GAM3RG33K closed 3 years ago

GAM3RG33K commented 3 years ago

The method was declared with an expression body but it ended with a }. So I fixed this by replacing the expression body symbol with a '{'.

GAM3RG33K commented 3 years ago

This is my first contribution here, so please guide me if you find any issues in this pull request or format of the description.

google-cla[bot] commented 3 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

GAM3RG33K commented 3 years ago

@googlebot I signed it!

GAM3RG33K commented 3 years ago

@kevmoo Hi, I don't know if I need to wait for any reviewer or somebody, but I just wanted to draw attention to this pull request. It's not a big change in code. So, please let me know what to do next. This is my first time contributing here.