mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-30 00:17:20 +08:00
chore: Fix some spelling mistakes (#2148)
Fix all* typos reported by CSpell, and add some more words into the dictionaries. (Except for two in the flame_isolate/example package).
This commit is contained in:
@ -178,8 +178,8 @@ class ParticlesExample extends FlameGame {
|
||||
);
|
||||
}
|
||||
|
||||
/// Same example as above, but
|
||||
/// with easing, utilising [CurvedParticle] extension
|
||||
/// Same example as above, but with easing, utilizing [CurvedParticle]
|
||||
/// extension.
|
||||
Particle easedMovingParticle() {
|
||||
return Particle.generate(
|
||||
count: 5,
|
||||
|
||||
Reference in New Issue
Block a user