Skip to content

Commit a9c0c4f

Browse files
Fix comment
1 parent 75309e6 commit a9c0c4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

super_editor/test/infrastructure/inline_span_test.dart

+1-3
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ void main() {
7777
const MaterialApp(),
7878
);
7979

80-
// Create an AttributedText with the word "Welcome" in bold and with a trailing placeholder.
81-
// Create an AttributedText with the words "Welcome" and "SuperEditor" in bold and with a
82-
// placeholder after the word "to".
80+
// Create an AttributedText with the words "Welcome" and "SuperEditor" in bold and a trailing placeholder.
8381
final text = AttributedText(
8482
'Welcome to SuperEditor',
8583
AttributedSpans(

0 commit comments

Comments
 (0)