[pypy-svn] r63816 - pypy/extradoc/talk/icooolps2009-dotnet

antocuni at codespeak.net antocuni at codespeak.net
Wed Apr 8 10:05:02 CEST 2009


Author: antocuni
Date: Wed Apr  8 10:05:01 2009
New Revision: 63816

Modified:
   pypy/extradoc/talk/icooolps2009-dotnet/clibackend.tex
Log:
last minute fix


Modified: pypy/extradoc/talk/icooolps2009-dotnet/clibackend.tex
==============================================================================
--- pypy/extradoc/talk/icooolps2009-dotnet/clibackend.tex	(original)
+++ pypy/extradoc/talk/icooolps2009-dotnet/clibackend.tex	Wed Apr  8 10:05:01 2009
@@ -255,7 +255,7 @@
 selects and invoke the right method depending on the actual value we are
 switching on.
 
-The following snippet shows the special case of integer flexswitches.
+The following snippet shows the special case of integer flexswitches:
 \begin{lstlisting}[language={[Sharp]C}] 
 public class IntLowLevelFlexSwitch: 
                         BaseLowLevelFlexSwitch {



More information about the Pypy-commit mailing list