Skip to content

Commit 783c248

Browse files
authored
Fix typo in function documentation (#2205)
1 parent c8d0643 commit 783c248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/parse/stylesheet.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ abstract class StylesheetParser extends Parser {
552552
/// Tries parsing nested children of a declaration whose [name] has already
553553
/// been parsed, and returns `null` if it doesn't have any.
554554
///
555-
/// If [value] is passed, it's used as the value of the peroperty without
555+
/// If [value] is passed, it's used as the value of the property without
556556
/// nesting.
557557
Declaration? _tryDeclarationChildren(
558558
Interpolation name, LineScannerState start,

0 commit comments

Comments
 (0)