Skip to content

Commit

Permalink
Code review
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Oct 10, 2024
1 parent 07be156 commit 54dddf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/visitor/source_interpolation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import 'interface/expression.dart';
///
/// This should be used through [Expression.asInterpolation].
class SourceInterpolationVisitor implements ExpressionVisitor<void> {
/// The buffer added to each time this visitor visits an expression.
/// The buffer to which content is added each time this visitor visits an
/// expression.
///
/// This is set to null if the visitor encounters a node that's not valid CSS
/// with interpolations.
Expand Down

0 comments on commit 54dddf6

Please sign in to comment.