aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTanaka Akira2019-02-11 14:43:40 +0900
committerTanaka Akira2019-02-11 14:43:40 +0900
commitb9c75963bccb690e16207f9fe4ce23c5e9318ee6 (patch)
tree48b99a17327ca4a543125d55414935e5db3b8cdb /doc
parente9bec8dca7c317800227fac329c7f9b6e9b4a1dc (diff)
Use {LEFT,RIGHT} DOUBLE QUOTATION MARK.
Use LEFT DOUBLE QUOTATION MARK (U+201C) and RIGHT DOUBLE QUOTATION MARK (U+201D) instead of QUOTATION MARK (U+0022). QUOTATION MARK is formatted as same form both for opening and closing quotation mark.
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/cic.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/language/cic.rst b/doc/sphinx/language/cic.rst
index acee27107b..8919bfc582 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”.