[Rcpp-commits] r640 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 8 17:38:08 CET 2010


Author: romain
Date: 2010-02-08 17:38:08 +0100 (Mon, 08 Feb 2010)
New Revision: 640

Modified:
   pkg/NEWS
Log:
typo

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2010-02-08 16:37:03 UTC (rev 639)
+++ pkg/NEWS	2010-02-08 16:38:08 UTC (rev 640)
@@ -104,7 +104,7 @@
     	sense then one can insert a Bar directly into the environment. 
     	Foo foo = env["x"] ;  /* as<Foo> is used */
 	Bar bar ;
-	env["y"] = bar ;      /* wrap<Foo> is used */    	
+	env["y"] = bar ;      /* wrap<Bar> is used */    	
 
     o	Environment::assign becomes a template and also uses wrap to 
     	create a suitable SEXP



More information about the Rcpp-commits mailing list