[Rprotobuf-commits] r758 - papers/jss

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jan 12 23:31:58 CET 2014


Author: jeroenooms
Date: 2014-01-12 23:31:58 +0100 (Sun, 12 Jan 2014)
New Revision: 758

Modified:
   papers/jss/article.Rnw
Log:
words

Modified: papers/jss/article.Rnw
===================================================================
--- papers/jss/article.Rnw	2014-01-12 22:20:07 UTC (rev 757)
+++ papers/jss/article.Rnw	2014-01-12 22:31:58 UTC (rev 758)
@@ -518,7 +518,7 @@
 serialize(p, NULL)
 @
 
-The same method can also be used to serialize messages to files :
+The same method can be used to serialize messages to files :
 
 <<>>=
 tf1 <- tempfile()
@@ -536,8 +536,8 @@
 readBin(tf2, raw(0), 500)
 @
 
-\texttt{serialize} can also be used in a more traditional
-object oriented fashion using the dollar operator :
+\texttt{serialize} can also be called in a more traditional
+object oriented fashion using the dollar operator:
 
 <<>>=
 # serialize to a file



More information about the Rprotobuf-commits mailing list