diff options
| author | Maxime Dénès | 2019-05-23 16:39:39 +0200 |
|---|---|---|
| committer | GitHub | 2019-05-23 16:39:39 +0200 |
| commit | 4a5f6c1ee8c6f6dfe934b63ff5a4ec950d3efe55 (patch) | |
| tree | b9b7becbfbd3196a18d0ea180498edb975c20efc | |
| parent | 39471db28724f5720868f7a7d1488d81d190ee60 (diff) | |
Update doc/sphinx/user-extensions/syntax-extensions.rst
Co-Authored-By: Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>
| -rw-r--r-- | doc/sphinx/user-extensions/syntax-extensions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst index ec5da36b5e..b8e2230b1b 100644 --- a/doc/sphinx/user-extensions/syntax-extensions.rst +++ b/doc/sphinx/user-extensions/syntax-extensions.rst @@ -1141,7 +1141,7 @@ Binding types of arguments to an interpretation scope When an interpretation scope is naturally associated to a type (e.g. the scope of operations on the natural numbers), it may be convenient to bind it - to this type. When a scope ``scope`` is bound to a type ``type``, any function + to this type. When a scope :token:`scope` is bound to a type :token:`type`, any function gets its arguments of type ``type`` interpreted by default in scope scope (this default behavior can however be overwritten by explicitly using the command :cmd:`Arguments <Arguments (scopes)>`). |
