From b378c527c78bca45e2affce17e2e8791a87653ca Mon Sep 17 00:00:00 2001 From: Alejandro Santiago Date: Fri, 18 Mar 2022 11:32:37 +0000 Subject: [PATCH] docs: improved punctuation --- lib/game/components/layer.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/components/layer.dart b/lib/game/components/layer.dart index a494fd4e..d5df0698 100644 --- a/lib/game/components/layer.dart +++ b/lib/game/components/layer.dart @@ -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 on BodyComponent { Layer _layer = Layer.all;