aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/lang/cpp/return.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/lang/cpp/return.rst')
-rw-r--r--docs/source/lang/cpp/return.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/lang/cpp/return.rst b/docs/source/lang/cpp/return.rst
index 7b5039e..b4ef5fd 100644
--- a/docs/source/lang/cpp/return.rst
+++ b/docs/source/lang/cpp/return.rst
@@ -21,7 +21,7 @@ Syntax:
In the second case, ``value`` should have a type which is the same as
the return type of the function, or be convertible to it (like an
-``int`` to a ``long``, etc.; see :ref:`this note
+``int`` to a ``double``, etc.; see :ref:`this note
<lang-arithmetic-typeconversion>` for some references).
Examples: