diff options
| author | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-09 21:10:34 -0500 |
|---|---|---|
| committer | Marti Bolivar <mbolivar@leaflabs.com> | 2011-02-09 21:10:34 -0500 |
| commit | 5baef825827b38ac4e4ac58acbbad6ab27b34bc3 (patch) | |
| tree | e0038547fa5a27709de54ac5f283aa8769f31548 /docs/source/lang/cpp/longcast.rst | |
| parent | d0074d2922de87d08745c99665ae6590933d1e94 (diff) | |
Fixed docs bug where we say "long" when we mean "long long"
Diffstat (limited to 'docs/source/lang/cpp/longcast.rst')
| -rw-r--r-- | docs/source/lang/cpp/longcast.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/lang/cpp/longcast.rst b/docs/source/lang/cpp/longcast.rst index 2b92345..f588fc6 100644 --- a/docs/source/lang/cpp/longcast.rst +++ b/docs/source/lang/cpp/longcast.rst @@ -21,7 +21,7 @@ precision and limitations of ``long`` variables on the Maple. See Also -------- -- :ref:`long <lang-long>` - +- :ref:`long <lang-long>` +- :ref:`long long <lang-longlong>` .. include:: cc-attribution.txt |
