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

Unified Diff: lib/src/cascade.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/cascade.dart
diff --git a/lib/src/cascade.dart b/lib/src/cascade.dart
index f4e7cadd57f49de8f191c532bc69ec2b8788ff40..03950899304f392f40d97cb2f6017ae2c3b1084f 100644
--- a/lib/src/cascade.dart
+++ b/lib/src/cascade.dart
@@ -38,7 +38,7 @@ class Cascade {
///
/// If [statusCodes] is passed, responses with those status codes are
/// considered unacceptable. If [shouldCascade] is passed, responses for which
- /// it returns `true` are considered unacceptale. [statusCode] and
+ /// it returns `true` are considered unacceptable. [statusCode] and
/// [shouldCascade] may not both be passed.
Cascade({Iterable<int> statusCodes, bool shouldCascade(Response response)})
: _shouldCascade = _computeShouldCascade(statusCodes, shouldCascade),

Powered by Google App Engine
This is Rietveld 408576698