Skip to content

Commit

Permalink
Fix typo in function documentation (#2205)
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Apr 1, 2024
1 parent c8d0643 commit 783c248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/parse/stylesheet.dart
Expand Up @@ -552,7 +552,7 @@ abstract class StylesheetParser extends Parser {
/// Tries parsing nested children of a declaration whose [name] has already
/// been parsed, and returns `null` if it doesn't have any.
///
/// If [value] is passed, it's used as the value of the peroperty without
/// If [value] is passed, it's used as the value of the property without
/// nesting.
Declaration? _tryDeclarationChildren(
Interpolation name, LineScannerState start,
Expand Down

0 comments on commit 783c248

Please sign in to comment.