Typos in documentation and comments (#71)

This commit is contained in:
Lukas Klingsbo
2019-04-04 16:57:38 +00:00
committed by Erick
parent fe0f1e0391
commit 580ccdecfc
13 changed files with 29 additions and 29 deletions

View File

@ -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]