mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-03 04:18:25 +08:00
Typos in documentation and comments (#71)
This commit is contained in:
@ -33,7 +33,7 @@ class Position {
|
||||
|
||||
/// Creates using another [Position]; i.e., clones this position.
|
||||
///
|
||||
/// This is usefull because this class is mutable, so beware of mutability issues.
|
||||
/// This is useful because this class is mutable, so beware of mutability issues.
|
||||
Position.fromPosition(Position position) : this(position.x, position.y);
|
||||
|
||||
/// Creates using a [b2d.Vector2]
|
||||
|
||||
Reference in New Issue
Block a user