Skip to content

Commit

Permalink
linter did not recognize word 'numberline'
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaverickProgrammer committed Nov 5, 2024
1 parent 6dd88a1 commit 2ea5e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flame/lib/src/effects/sequence_effect.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2ea5e9f

Please sign in to comment.