Skip to content

Commit bc953b1

Browse files
committed
Account for moved highlighted lines
1 parent 843a5a5 commit bc953b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/ui/animations/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ it listens for a state change and prints an update.
306306
The highlighted line shows the change:
307307

308308
<?code-excerpt "animate3/lib/main.dart (print-state)" plaster="none" replace="/\/\/ (\.\..*)/$1;/g; /\n }/$&\n \/\/ .../g"?>
309-
```dart highlightLines=11
309+
```dart highlightLines=14
310310
class _LogoAppState extends State<LogoApp> with SingleTickerProviderStateMixin {
311311
late Animation<double> animation;
312312
late AnimationController controller;

0 commit comments

Comments
 (0)