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 +- lib/stdlib/doc/src/sofs.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdlib') 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).

diff --git a/lib/stdlib/doc/src/sofs.xml b/lib/stdlib/doc/src/sofs.xml index 8c8ae51262..729df1e678 100644 --- a/lib/stdlib/doc/src/sofs.xml +++ b/lib/stdlib/doc/src/sofs.xml @@ -210,7 +210,7 @@ X[i] to Y[i] and S a subset of X[1] × ... × X[n]. The multiple - relative product of TR and and S is defined to be the + relative product of TR and S is defined to be the set {z : z = ((x[1], ..., x[n]), (y[1],...,y[n])) for some (x[1], ..., x[n]) in S and for some (x[i], y[i]) in R[i], -- cgit v1.2.3