Merge pull request #6142 from anntzer/doctypo

Fix doc typo.
This commit is contained in:
Jakob Lykke Andersen 2019-03-09 11:51:24 +01:00 committed by GitHub
commit 59b6a5e622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: