From 5e7856d0e4c687588c7e0583df3eafd150f765a9 Mon Sep 17 00:00:00 2001 From: neonerz Date: Thu, 22 Jun 2023 17:02:34 -0400 Subject: [PATCH] Update artemis.ts --- artemis.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/artemis.ts b/artemis.ts index 3edf50a..234bc29 100644 --- a/artemis.ts +++ b/artemis.ts @@ -487,7 +487,7 @@ namespace artemis { /** * Human Physiology (Activity 4) Player 3 */ - //% block="exercise for %t" + //% block="`Generics.exercise` exercise for %t" export function exerciseTimeA4P3(t: ExerciseTimes): void { switch (t) { case ExerciseTimes.a: @@ -512,7 +512,7 @@ namespace artemis { /** * Human Physiology (Activity 4) Player 4 */ - //% block="exercise for %t" + //% block="`Generics.exercise` exercise for %t" export function exerciseTimeA4P4(t: ExerciseTimes): void { switch (t) { case ExerciseTimes.a: