Skip to content

Commit 0d302d8

Browse files
committed
update textx as per CX
1 parent c32287b commit 0d302d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/code-analyzer-regex-engine/src/messages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ const MESSAGE_CATALOG : { [key: string]: string } = {
4444
`Found trailing whitespace at the end of a line of code.`,
4545

4646
MixedIndentationRuleDescription:
47-
`Detects lines where leading indentation contains both spaces and tabs. Mixed indentation can cause unexpected behavior in multiline strings (introduced in Apex API v262) due to how the indentation algorithm processes whitespace.`,
47+
`Identifies lines with both spaces and tabs in the leading indentation. Mixed indentation causes unexpected behavior in multiline strings because the indentation algorithm processes whitespace differently.`,
4848

4949
MixedIndentationRuleMessage:
50-
`Found mixed spaces and tabs in leading indentation. Use either spaces or tabs consistently for indentation, not both.`,
50+
`Leading indentation contains mixed spaces and tabs. To fix this, use either spaces or tabs.`,
5151

5252
AvoidTermsWithImplicitBiasRuleDescription:
5353
`"Detects usage of terms that reinforce implicit bias.`,

0 commit comments

Comments
 (0)