From 3175fbd5e1ae985d09dcb2e546bd9a1c2a365f08 Mon Sep 17 00:00:00 2001 From: Krzysztof Jurewicz Date: Mon, 24 Apr 2017 14:46:49 +0200 Subject: =?UTF-8?q?stdlib:=20Fix=20documentation=20on=20sets=E2=80=99=20re?= =?UTF-8?q?presentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/stdlib/doc/src/sets.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc') diff --git a/lib/stdlib/doc/src/sets.xml b/lib/stdlib/doc/src/sets.xml index 44dc104645..4dc5d68151 100644 --- a/lib/stdlib/doc/src/sets.xml +++ b/lib/stdlib/doc/src/sets.xml @@ -40,7 +40,7 @@

This module provides the same interface as the ordsets(3) module - but with a defined representation. One difference is + but with an undefined representation. One difference is that while this module considers two elements as different if they do not match (=:=), ordsets considers two elements as different if and only if they do not compare equal (==).

-- cgit v1.2.3