diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index 561880525f21dd4bd209204de588835b49e4d85f..05cd756850519fd43b2d85f996894b56e8ab3eb9 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -1405,7 +1405,7 @@ Controlling Overload Resolution Clang introduces the ``enable_if`` attribute, which can be placed on function declarations to control which overload is selected based on the values of the function's arguments. When combined with the -:ref:``overloadable<langext-overloading>`` attribute, this feature is also +:ref:`overloadable<langext-overloading>` attribute, this feature is also available in C. .. code-block:: c++