docs: improved punctuation

pull/40/head
Alejandro Santiago 4 years ago committed by GitHub
parent 260e91222b
commit b378c527c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ import 'package:flutter/material.dart';
///
/// [BodyComponent]s with compatible [Layer]s can collide with each other,
/// ignoring others. This compatibility depends on bit masking operation
/// between layers for more information read: https://en.wikipedia.org/wiki/Mask_(computing).
/// between layers. For more information read: https://en.wikipedia.org/wiki/Mask_(computing).
/// {@endtemplate}
mixin Layered<T extends Forge2DGame> on BodyComponent<T> {
Layer _layer = Layer.all;

Loading…
Cancel
Save