From 65a65aba41e25c0c3eb54e58fcc1e069d6a2398d Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:44:42 +0300 Subject: [PATCH] M: Replace functional typification label --- rsconcept/frontend/src/features/rsform/labels.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/src/features/rsform/labels.ts b/rsconcept/frontend/src/features/rsform/labels.ts index ed26e614..4350db47 100644 --- a/rsconcept/frontend/src/features/rsform/labels.ts +++ b/rsconcept/frontend/src/features/rsform/labels.ts @@ -376,7 +376,7 @@ export function labelTypification({ return resultType; } const argsText = args.map(arg => arg.typification).join(', '); - return `${resultType} 🠔 [${argsText}]`; + return `[${argsText}] 🠖 ${resultType}`; } /**