Skip to content

Commit

Permalink
Merge pull request simc#12 from harshshredding/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
simc authored Oct 28, 2019
2 parents a77d67b + f60ff4e commit c96fcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dartx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ After you import the library, you can use the extensions.
```dart
import 'package:dartx/dartx.dart';
var slice = [1, 2, 3, 4, 5].slice(1, -2); // [2, 3]
var slice = [1, 2, 3, 4, 5].slice(1, -2); // [2, 3, 4]
```

## Iterable
Expand Down

0 comments on commit c96fcf8

Please sign in to comment.