Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 400e236

Browse files
technohippytravis@travis-ci.org
authored andcommitted
style(scope): change the name of an argument
Closes #933
1 parent 2960d7c commit 400e236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core/scope.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ class RootScope extends Scope {
590590
String get state => _state;
591591

592592
RootScope(Object context, Parser parser, FieldGetterFactory fieldGetterFactory,
593-
FormatterMap filterMap, this._exceptionHandler, this._ttl, this._zone,
593+
FormatterMap formatters, this._exceptionHandler, this._ttl, this._zone,
594594
ScopeStats _scopeStats, ClosureMap closureMap)
595595
: _scopeStats = _scopeStats,
596596
_parser = parser,

0 commit comments

Comments
 (0)