Skip to content

Commit

Permalink
Update artemis.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Jun 22, 2023
1 parent be120b2 commit 5e7856d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions artemis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 5e7856d

Please sign in to comment.