From 2ea5e9f6d3f5ea0a3ba4f104f497e084a07e098e Mon Sep 17 00:00:00 2001 From: TheMaverickProgrammer <91709+TheMaverickProgrammer@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:21:33 -0500 Subject: [PATCH] linter did not recognize word 'numberline' --- packages/flame/lib/src/effects/sequence_effect.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flame/lib/src/effects/sequence_effect.dart b/packages/flame/lib/src/effects/sequence_effect.dart index f5ab1cc72cf..40ff3597932 100644 --- a/packages/flame/lib/src/effects/sequence_effect.dart +++ b/packages/flame/lib/src/effects/sequence_effect.dart @@ -148,7 +148,7 @@ class _SequenceEffectEffectController extends EffectController { /// If [alternate] is not set, our last index will be `n-1`. /// Otherwise, the sequence approaches 0 from the left of the - /// numberline, and if our [alternatePattern] excludes the first + /// number-line, and if our [alternatePattern] excludes the first /// [Effect], then it will reduce the destination index by 1. int get _computeLastIndex => switch (alternate) { true => switch (alternatePattern) {