From e8e32d127b9add35b3a667280d88ad0425bfcd3c Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Tue, 1 Jul 2025 19:44:59 +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}`; } /**