From 2ce7480c744d176e34c1da257ef477054c7823f4 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Wed, 8 Apr 2020 23:55:08 +0200 Subject: [PATCH] Fix typo and more Coqdoc. --- theories/base.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/base.v b/theories/base.v index b76f16a2..da1cc243 100644 --- a/theories/base.v +++ b/theories/base.v @@ -11,8 +11,8 @@ From Coq.Program Require Export Basics Syntax. (** * Enable implicit generalization. *) (** This option enables implicit generalization in arguments of the form - `{...} (i.e., anonymous arguments). Unfortunately, it also enables - implicit generalization in `Instance`. We think that the fact taht both + [`{...}] (i.e., anonymous arguments). Unfortunately, it also enables + implicit generalization in [Instance]. We think that the fact that both behaviors are coupled together is a [bug in Coq](https://github.com/coq/coq/issues/6030). *) Global Generalizable All Variables. -- GitLab