diff --git a/docs/topics/testing.txt b/docs/topics/testing.txt
index ea2c52b..0c9ff2c 100644
a
|
b
|
it would under MySQL with MyISAM tables)::
|
1743 | 1743 | Skip the decorated test if the named database feature is *not* |
1744 | 1744 | supported. |
1745 | 1745 | |
1746 | | For example, the following test will not be executed if the database |
| 1746 | For example, the following test will be executed if the database |
1747 | 1747 | supports transactions (e.g., it would run under PostgreSQL, but *not* |
1748 | 1748 | under MySQL with MyISAM tables):: |
1749 | 1749 | |