diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-07-09 14:08:20 +0200 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-07-09 14:08:20 +0200 |
commit | 7dcf86f54901f38317546cdcad16f28947443999 (patch) | |
tree | e4854e909bb59a3134189a7e7c83bba66d09fff2 /docs | |
parent | b5aabfbdb96ba8abf2748d089f40c267c2131215 (diff) | |
download | haskell-7dcf86f54901f38317546cdcad16f28947443999.tar.gz |
users_guide: Fix errant "a" in RULES/class methods docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/glasgow_exts.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/glasgow_exts.xml b/docs/users_guide/glasgow_exts.xml index 1e926a3113..51448d545b 100644 --- a/docs/users_guide/glasgow_exts.xml +++ b/docs/users_guide/glasgow_exts.xml @@ -12084,7 +12084,7 @@ not going to be inlined before the rule has a chance to fire. </para> </sect2> -a<sect2 id="rules-class-methods"> +<sect2 id="rules-class-methods"> <title>How rules interact with class methods</title> <para> |