diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2017-03-27 10:09:37 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2017-03-27 14:40:55 +0100 |
commit | af33073c77e409d594e61609b3fba7070766cb75 (patch) | |
tree | eda8087185bd24b8ffd9e74e1d0e2997baee849e /docs | |
parent | 1e06d8b8f2aea0a06d40618c296a034f3e408ae2 (diff) | |
download | haskell-af33073c77e409d594e61609b3fba7070766cb75.tar.gz |
Eliminate a user manual warning
I was getting
docs/users_guide/glasgow_exts.rst:12783:
WARNING: Title underline too short.
``COLUMN`` pragma
---------------
So I lengthened the row of hyphens.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst index 96fe958baf..98fbea1b9c 100644 --- a/docs/users_guide/glasgow_exts.rst +++ b/docs/users_guide/glasgow_exts.rst @@ -12780,7 +12780,7 @@ positions are not automatically advanced. .. _column-pragma: ``COLUMN`` pragma ---------------- +----------------- .. index:: single: COLUMN; pragma |