We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57c8181 commit 35337c5Copy full SHA for 35337c5
docs/why.md
@@ -13,7 +13,7 @@ It creates a savepoint or a transaction depending on two factors:
13
14
## Behaviours
15
16
-The **Behaviours** which `atomic` exhibits are:
+The *Behaviours* which `atomic` exhibits are:
17
18
| `savepoint=` | `durable=False` (default) | `durable=True` |
19
| --- | --- | --- |
@@ -23,7 +23,7 @@ The **Behaviours** which `atomic` exhibits are:
23
## Outcomes
24
25
When people use `atomic`,
26
-they're generally trying to achieve one of three **Outcomes**:
+they're generally trying to achieve one of three *Outcomes*:
27
28
1. to create a *transaction*
29
which will commit multiple changes atomically.
0 commit comments