Skip to content

Commit bdc512c

Browse files
authored
Merge pull request #1780 from segmentio/pwseg-patch-1
DOC-282 - True/False Exclusivity update [netlify-ignore]
2 parents 54dbf65 + e799146 commit bdc512c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/personas/journeys/build-journey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Journeys provides 5 step types, which you can add after the entry condition.
4646

4747
**Wait for duration** defines the length of time in minutes, hours, days, or weeks that a user must wait before moving to the next step.
4848

49-
**True/false split** divides the previous step's user group into two branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch. To enforce mutual exclusivity, Journeys evaluates true/false conditions when a user reaches the relevant step.
49+
**True/false split** divides the previous step's user group into two branches, based on Boolean logic against a defined condition. Users who satisfy the condition(s) move to the **True** branch. Otherwise, they move to the **False** branch.
5050

5151
You can add Step Names to describe the users in the True and False branch.
5252

0 commit comments

Comments
 (0)