From f08df3055c110a3ae5b708a384fe681e170dfbba Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Thu, 23 May 2019 16:39:56 +0200 Subject: Update doc/sphinx/user-extensions/syntax-extensions.rst Co-Authored-By: Théo Zimmermann --- doc/sphinx/user-extensions/syntax-extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/user-extensions/syntax-extensions.rst b/doc/sphinx/user-extensions/syntax-extensions.rst index b8e2230b1b..70c41d5be0 100644 --- a/doc/sphinx/user-extensions/syntax-extensions.rst +++ b/doc/sphinx/user-extensions/syntax-extensions.rst @@ -1142,7 +1142,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 :token:`scope` is bound to a type :token:`type`, any function - gets its arguments of type ``type`` interpreted by default in scope scope + gets its arguments of type :token:`type` interpreted by default in scope :token:`scope` (this default behavior can however be overwritten by explicitly using the command :cmd:`Arguments `). -- cgit v1.2.3