aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-11 11:35:17 +0100
committerMaxime Dénès2017-12-11 11:35:17 +0100
commita77f3a3e076e273af35ad520cae2eef0e3552811 (patch)
treebedea2242a6c3f0e2deb6a2cd4f731f7c5014824 /dev
parent5aaa240e4480ade7a5348e71a95fe3b2bc5a2c4e (diff)
parent611da26d847888031cac4d6976b9e7e1e90cdc0e (diff)
Merge PR #6368: [api] Remove yet another type alias.
Diffstat (limited to 'dev')
-rw-r--r--dev/doc/univpoly.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/univpoly.txt b/dev/doc/univpoly.txt
index 6a69c57934..ca3d520c70 100644
--- a/dev/doc/univpoly.txt
+++ b/dev/doc/univpoly.txt
@@ -12,7 +12,7 @@ type pinductive = inductive puniverses
type pconstructor = constructor puniverses
type constr = ...
- | Const of puniversess
+ | Const of puniverses
| Ind of pinductive
| Constr of pconstructor
| Proj of constant * constr