Skip to content

Commit 764aea4

Browse files
authored
Fix doc comment on Pipeline (#273)
Fixes #271
1 parent 0965d86 commit 764aea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/shelf/lib/src/pipeline.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import 'middleware.dart';
1616
/// ```
1717
///
1818
/// Note: this package also provides `addMiddleware` and `addHandler` extensions
19-
// members on [Middleware], which may be easier to use.
19+
/// members on [Middleware], which may be easier to use.
2020
class Pipeline {
2121
const Pipeline();
2222

0 commit comments

Comments
 (0)