diff options
| author | Calvin Jeong <calvin@ty.pe.kr> | 2015-03-10 22:10:24 +1300 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-10 07:12:54 -0400 |
| commit | 412137a1e856553787d0ba8bcefddd53f167bb2e (patch) | |
| tree | a235c827b8eb780f71579ff49b0c2564152792bf | |
| parent | 9cfcdd03e3bee661705d9348596db2ff90740ab7 (diff) | |
[1.6.x] Fixed typo in docs/ref/database.txt
Backport of cefbbb9db3410f757532e0f968e76a8fd9e7ce3b from master
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index ca82f4273f..920910ad6f 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -652,7 +652,7 @@ If you're getting this error, you can solve it by: transactions are short-lived. * Increase the default timeout value by setting the ``timeout`` database - option option:: + option:: 'OPTIONS': { # ... |
