We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6528fa2 commit 72c1efdCopy full SHA for 72c1efd
src/features/cseMachine/CseMachineUtils.ts
@@ -756,7 +756,7 @@ export function getControlItemComponent(
756
case InstrType.BRANCH:
757
return new ControlItemComponent(
758
'branch',
759
- 'Pop boolean value from stash and execute corresponding branch',
+ 'Branch to the consequent or alternative',
760
stackHeight,
761
highlightOnHover,
762
unhighlightOnHover,
0 commit comments