Skip to content

Commit 35337c5

Browse files
committed
Use consistent markup for "Behaviours" and "Outcomes"
The definitions were previously bold, and references italic. Now they're both italic.
1 parent 57c8181 commit 35337c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/why.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ It creates a savepoint or a transaction depending on two factors:
1313

1414
## Behaviours
1515

16-
The **Behaviours** which `atomic` exhibits are:
16+
The *Behaviours* which `atomic` exhibits are:
1717

1818
| `savepoint=` | `durable=False` (default) | `durable=True` |
1919
| --- | --- | --- |
@@ -23,7 +23,7 @@ The **Behaviours** which `atomic` exhibits are:
2323
## Outcomes
2424

2525
When people use `atomic`,
26-
they're generally trying to achieve one of three **Outcomes**:
26+
they're generally trying to achieve one of three *Outcomes*:
2727

2828
1. to create a *transaction*
2929
which will commit multiple changes atomically.

0 commit comments

Comments
 (0)