Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(959)

Unified Diff: lib/src/shelf_unmodifiable_map.dart

Issue 1032623005: pkg/shelf: spelling fixes (Closed) Base URL: https://github.com/dart-lang/shelf.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}) {

Powered by Google App Engine
This is Rietveld 408576698