| Index: lib/src/shelf_unmodifiable_map.dart
|
| diff --git a/lib/src/shelf_unmodifiable_map.dart b/lib/src/shelf_unmodifiable_map.dart
|
| index 9b5644373c7fbdffa83b61c0120c4198ac33d17f..d07ebfd59635248f2e1dc74623d3daeb3d7174cc 100644
|
| --- a/lib/src/shelf_unmodifiable_map.dart
|
| +++ b/lib/src/shelf_unmodifiable_map.dart
|
| @@ -18,7 +18,7 @@ class ShelfUnmodifiableMap<V> extends UnmodifiableMapView<String, V> {
|
| ///
|
| /// If [ignoreKeyCase] is `true`, the keys will have case-insensitive access.
|
| ///
|
| - /// [source] is copied to a new [Map] to ensure changes to the paramater value
|
| + /// [source] is copied to a new [Map] to ensure changes to the parameter value
|
| /// after constructions are not reflected.
|
| factory ShelfUnmodifiableMap(Map<String, V> source,
|
| {bool ignoreKeyCase: false}) {
|
|
|