diff --git a/lib/game/components/layer.dart b/lib/game/components/layer.dart index 518232fa..acbf9394 100644 --- a/lib/game/components/layer.dart +++ b/lib/game/components/layer.dart @@ -7,8 +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;