From bfd4b28b835e6918d7f4dea848c8b94f4c1c6f7f Mon Sep 17 00:00:00 2001 From: Antonio Nikishaev Date: Wed, 8 Apr 2020 00:32:35 +0400 Subject: fix typos in documentation: formulae --- mathcomp/ssreflect/tuple.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mathcomp/ssreflect/tuple.v') diff --git a/mathcomp/ssreflect/tuple.v b/mathcomp/ssreflect/tuple.v index ed55b08..c682a20 100644 --- a/mathcomp/ssreflect/tuple.v +++ b/mathcomp/ssreflect/tuple.v @@ -18,7 +18,7 @@ Unset Printing Implicit Defensive. (* [tuple x1; ..; xn] == the explicit n.-tuple . *) (* [tuple E | i < n] == the n.-tuple with general term E (i : 'I_n is bound *) (* in E). *) -(* tcast Emn t == the m-tuple t cast as an n-tuple using Emn : m = n. *) +(* tcast Emn t == the m.-tuple t cast as an n-tuple using Emn : m = n. *) (* As n.-tuple T coerces to seq t, all seq operations (size, nth, ...) can be *) (* applied to t : n.-tuple T; we provide a few specialized instances when *) (* avoids the need for a default value. *) -- cgit v1.2.3