diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index ebc9f1a..43d040d 100644
a
|
b
|
it would under MySQL with MyISAM tables)::
|
1820 | 1820 | Skip the decorated test if the named database feature is *not* |
1821 | 1821 | supported. |
1822 | 1822 | |
1823 | | For example, the following test will not be executed if the database |
| 1823 | For example, the following test will only be executed if the database |
1824 | 1824 | supports transactions (e.g., it would run under PostgreSQL, but *not* |
1825 | 1825 | under MySQL with MyISAM tables):: |
1826 | 1826 | |