Skip to content

Commit e35b511

Browse files
committed
Code review
1 parent de3f320 commit e35b511

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/parse/stylesheet.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,8 +1384,8 @@ relase. For details, see http://bit.ly/moz-document.
13841384
}
13851385
}
13861386

1387-
/// Returns the map from variable names to expressions from a `@use` or
1388-
/// `@forward` rule's `with` clause.
1387+
/// Returns the list of configured variables from a `@use` or `@forward`
1388+
/// rule's `with` clause.
13891389
///
13901390
/// If `allowGuarded` is `true`, this will allow configured variable with the
13911391
/// `!default` flag.

0 commit comments

Comments
 (0)