From 386ec9cd9a39b4cfa65eebd6a026e57351ba3370 Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Thu, 7 Mar 2019 14:17:41 +0100 Subject: [PATCH] Fix doc typo. --- doc/usage/restructuredtext/domains.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/restructuredtext/domains.rst b/doc/usage/restructuredtext/domains.rst index fbbd61717..d0da75d4d 100644 --- a/doc/usage/restructuredtext/domains.rst +++ b/doc/usage/restructuredtext/domains.rst @@ -1084,7 +1084,7 @@ Overloaded (member) functions When a (member) function is referenced using just its name, the reference will point to an arbitrary matching overload. -The :rst:role:`cpp:any` and :rst:role:`cpp:func` roles will an alternative +The :rst:role:`cpp:any` and :rst:role:`cpp:func` roles use an alternative format, which simply is a complete function declaration. This will resolve to the exact matching overload. As example, consider the following class declaration: