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:11:57 -0400 |
| commit | cefbbb9db3410f757532e0f968e76a8fd9e7ce3b (patch) | |
| tree | 8ff209e4dfeba0b23fa4467a6b10a9269e5a9e61 /docs/ref/databases.txt | |
| parent | d0b01ca452694361620ed1ae2714f1d792354da5 (diff) | |
Fixed typo in docs/ref/database.txt
Diffstat (limited to 'docs/ref/databases.txt')
| -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 5fda5589e1..abc7828fd5 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -656,7 +656,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': { # ... |
