From 9768ee6b2f60442676613c154ad784b30191711c Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Wed, 9 Feb 2011 21:10:34 -0500 Subject: Fixed docs bug where we say "long" when we mean "long long" --- source/lang/api/millis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/lang/api/millis.rst') diff --git a/source/lang/api/millis.rst b/source/lang/api/millis.rst index 54e4507..0288c56 100644 --- a/source/lang/api/millis.rst +++ b/source/lang/api/millis.rst @@ -40,7 +40,7 @@ Tip Since the return value for ``millis()`` is an :ref:`unsigned long `, overflow errors may occur if you try to do math -with other data types, such as :ref:`ints `. +with other data types, such as :ref:`chars `. See Also -------- -- cgit v1.2.3