We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cace4b commit 5fd3d88Copy full SHA for 5fd3d88
Source/Core/AST/Commands/AbsyCmd.cs
@@ -1581,7 +1581,7 @@ bool NeedsRefinementChecking(CallCmd callCmd)
1581
var callCount = CallCmds.Count(NeedsRefinementChecking);
1582
if (callCount > 1)
1583
{
1584
- tc.Error(this, "callees in multiple non-skippable arms at caller's layer refine an action");
+ tc.Error(this, "multiple non-skippable arms in parallel call at caller's layer");
1585
}
1586
1587
0 commit comments