Skip to content

Commit 574e763

Browse files
authored
Fix a couple doc comment typos (#1302)
1 parent 30ede40 commit 574e763

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/src/ast/sass/expression/string.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ class StringExpression implements Expression {
7171
return buffer.interpolation(text.span);
7272
}
7373

74-
/// Writes to [buffer] the contents of a string (without quotes) that evalutes
75-
/// to [text] according to Sass's parsing logic.
74+
/// Writes to [buffer] the contents of a string (without quotes) that
75+
/// evaluates to [text] according to Sass's parsing logic.
7676
///
7777
/// This always adds an escape sequence before [quote]. If [static] is true,
7878
/// it also escapes any `#{` sequences in the string.

lib/src/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class Configuration {
7777
")";
7878
}
7979

80-
/// A [Configuratoin] that was created with an explicit `with` clause of a
80+
/// A [Configuration] that was created with an explicit `with` clause of a
8181
/// `@use` rule.
8282
///
8383
/// Both types of configuration pass through `@forward` rules, but explicit

0 commit comments

Comments
 (0)