From 4da135af3f80e8920cf9d1f57f4da89b669932e5 Mon Sep 17 00:00:00 2001 From: alestiago Date: Thu, 21 Apr 2022 17:39:40 +0100 Subject: [PATCH] docs: renamed template --- lib/game/components/controlled_sparky_computer.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/game/components/controlled_sparky_computer.dart b/lib/game/components/controlled_sparky_computer.dart index 0403fad8..65190a1f 100644 --- a/lib/game/components/controlled_sparky_computer.dart +++ b/lib/game/components/controlled_sparky_computer.dart @@ -36,13 +36,13 @@ class SparkyComputerController : super(controlledComputer); } -/// {@template sparky_turbo_charge_sensor_ball_contact_callback} +/// {@template sparky_computer_sensor_ball_contact_callback} /// Turbo charges the [Ball] when it enters the [SparkyComputer] /// {@endtemplate} @visibleForTesting class SparkyComputerSensorBallContactCallback extends ContactCallback { - /// {@macro sparky_turbo_charge_sensor_ball_contact_callback} + /// {@macro sparky_computer_sensor_ball_contact_callback} SparkyComputerSensorBallContactCallback(); @override