aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2021-03-24 09:51:35 +0900
committerGitHub2021-03-24 09:51:35 +0900
commitd15198973d8f8e8458d2b2772962dd75dc33f94a (patch)
treef3b0ff89046f228e2ce4ed34adf1c41e300af173 /mathcomp
parent8e859e628404c50c8191f30489abf4e799f46f8d (diff)
parent7fa73806c771ad682d0bdca6de01f8d51e1462d1 (diff)
Merge pull request #728 from jouvelot/patch-1
Update path.v
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/ssreflect/path.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/path.v b/mathcomp/ssreflect/path.v
index dd3e867..a252f50 100644
--- a/mathcomp/ssreflect/path.v
+++ b/mathcomp/ssreflect/path.v
@@ -73,7 +73,7 @@ From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq.
(* of splitP will also simultaneously replace take (index x p) with p1 and *)
(* drop (index x p).+1 p with p2. *)
(* - splitPl applies when x \in x0 :: p; it replaces p with p1 ++ p2 and *)
-(* simultaneously generates an equation x = last x0 p. *)
+(* simultaneously generates an equation x = last x0 p1. *)
(* - splitPr applies when x \in p; it replaces p with (p1 ++ x :: p2), so x *)
(* appears explicitly at the start of the right part. *)
(* The parts p1 and p2 are computed using index/take/drop in all cases, but *)