summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Price <2855417+WhistlePayer@users.noreply.github.com>2018-09-02 19:20:28 -0400
committerÖmer Sinan Ağacan <omeragacan@gmail.com>2018-09-03 14:07:17 +0300
commitd1514e8f0e146e7b917bbb05465f875a5de4b2a4 (patch)
treeefa410a6646d7a51c1255c8201fca70bf89b45ad
parent2e226a46c422c12f78dc3d3f62fe5a15e22bd986 (diff)
downloadhaskell-d1514e8f0e146e7b917bbb05465f875a5de4b2a4.tar.gz
Remove duplicate "since" field in glasgow_exts.rst
-rw-r--r--docs/users_guide/glasgow_exts.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index abd679af3b..465935119e 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -3211,8 +3211,6 @@ Record field disambiguation
:since: 6.8.1
- :since: 6.8.1
-
Allow the compiler to automatically choose between identically-named
record selectors based on type (if the choice is unambiguous).