simc / dartx

Superpowers for Dart. Collection of useful static extension methods.
https://pub.dev/packages/dartx
Apache License 2.0
1.08k stars 88 forks source link

Fix typo in output value in docs #158

Closed nohli closed 2 years ago

nohli commented 2 years ago

I double-checked and it printed flutter: ([1, 2], [4], [9, 10, 11, 12], [15, 16], [19, 20, 21]), as expected.

codecov[bot] commented 2 years ago

Codecov Report

Merging #158 (ed8f3b8) into master (8d042dd) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #158   +/-   ##
=======================================
  Coverage   97.83%   97.83%           
=======================================
  Files          13       13           
  Lines         787      787           
=======================================
  Hits          770      770           
  Misses         17       17           

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more