Skip to content

Commit

Permalink
Small docs improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcglasberg committed Oct 8, 2023
1 parent 66b4655 commit de70352
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [9.1.6] - 2023/10/08

* Small docs improvement.

## [9.1.5] - 2023/05/31

* Fixed type erasure in IMap.toJson and build issue for benchmark app.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/base/configs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class ConfigMap {
final bool isDeepEquals;

/// If `false` (the default), will keep the insertion order.
/// If `true` (the default), will sort the list output of keys.
/// If `true`, will sort the list output of keys.
final bool sort;

/// If `false`, the [hashCode] will be calculated each time it's used.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fast_immutable_collections
description: Immutable lists, sets, maps, and multimaps, which are as fast as their native mutable counterparts. Extension methods and comparators for native Dart collections.
version: 9.1.5
version: 9.1.6
homepage: https://github.com/marcglasberg/fast_immutable_collections

environment:
Expand Down

0 comments on commit de70352

Please sign in to comment.