From 205cc29241a17736ab93d82459a19fece7ba7b20 Mon Sep 17 00:00:00 2001 From: Cristian Greco Date: Fri, 16 Jul 2010 11:50:55 +0200 Subject: Fix minor typos and errors in documentation --- lib/stdlib/doc/src/lists.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/lists.xml') diff --git a/lib/stdlib/doc/src/lists.xml b/lib/stdlib/doc/src/lists.xml index a273a2301f..b3ad7aaf46 100644 --- a/lib/stdlib/doc/src/lists.xml +++ b/lib/stdlib/doc/src/lists.xml @@ -48,7 +48,7 @@

if x F y and y F x then x = y (F is antisymmetric);

-

if x F y and and y F z then x F z +

if x F y and y F z then x F z (F is transitive);

x F y or y F x (F is total).

-- cgit v1.2.3