From e9bec8dca7c317800227fac329c7f9b6e9b4a1dc Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 11 Feb 2019 14:41:05 +0900 Subject: Remove a space before closing double-quote. --- doc/sphinx/language/cic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/language/cic.rst b/doc/sphinx/language/cic.rst index 38a52c00a3..acee27107b 100644 --- a/doc/sphinx/language/cic.rst +++ b/doc/sphinx/language/cic.rst @@ -20,7 +20,7 @@ There are types for functions (or programs), there are atomic types (especially datatypes)... but also types for proofs and types for the types themselves. Especially, any object handled in the formalism must belong to a type. For instance, universal quantification is relative -to a type and takes the form "*for all x of type T, P* ". The expression +to a type and takes the form "*for all x of type T, P*". The expression “x of type T” is written :g:`x:T`. Informally, :g:`x:T` can be thought as “x belongs to T”. -- cgit v1.2.3