summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2017-01-26 18:14:36 -0500
committerBen Gamari <ben@smart-cactus.org>2017-01-26 18:14:45 -0500
commit2af38b065b506cd86e9be20d9592423730f0a5e2 (patch)
tree8853793b8dc4ab8d323643eb765b5d1e119ef2d7 /libraries
parent06b9561a2f10de68cc14b68a9bfa7617c0019bd9 (diff)
downloadhaskell-2af38b065b506cd86e9be20d9592423730f0a5e2.tar.gz
Remove Data.Tuple doc's claim to have tuple types
"The tuple data types" seems like an inaccurate way to lead off the description of this module, which doesn't actually export the tuple data types. The latter part of the sentence, "associated functions", accurately describes the entire module. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: dfeuer, thomie Differential Revision: https://phabricator.haskell.org/D2924
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/Data/Tuple.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Data/Tuple.hs b/libraries/base/Data/Tuple.hs
index d8bccf3364..372e2b8a86 100644
--- a/libraries/base/Data/Tuple.hs
+++ b/libraries/base/Data/Tuple.hs
@@ -11,7 +11,7 @@
-- Stability : experimental
-- Portability : portable
--
--- The tuple data types, and associated functions.
+-- Functions associated with the tuple data types.
--
-----------------------------------------------------------------------------