Skip to content

Commit 12d6b74

Browse files
headings
1 parent bdbaaf1 commit 12d6b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/modules/ROOT/pages/pipelines-advanced.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ include::{page-version}@academy::attachment$bookstore-data.tql[lines=18..]
4343
----
4444
====
4545

46-
== Conditionals using disjunctions
46+
== Select order status conditionally using disjunctions
4747

4848
Let's say we want to create an order for a user, but we want to check the book is in stock first.
4949
If it isn't, we need to mark the order as invalid.
@@ -117,7 +117,7 @@ Note that when a book has multiple genres, the number of times it has been sold
117117
Finished. Total answers: 8
118118
----
119119

120-
== Conditionals using optionals
120+
== Update user data conditionally using optionals
121121

122122
Imagine we want to update a user's loyalty tier based on their total spending.
123123
When a user pays for an order, we want to update their total spending and, if their spending has crossed some threshold, we want to increase their loyalty tier as well.

0 commit comments

Comments
 (0)