Author: cbrisson
Date: Sat Jul 23 08:18:23 2016
New Revision: 1753859

URL: http://svn.apache.org/viewvc?rev=1753859&view=rev
Log:
[site] typo and language fix

Modified:
    velocity/site/cms/trunk/content/engine/devel/configuration.mdtext

Modified: velocity/site/cms/trunk/content/engine/devel/configuration.mdtext
URL: 
http://svn.apache.org/viewvc/velocity/site/cms/trunk/content/engine/devel/configuration.mdtext?rev=1753859&r1=1753858&r2=1753859&view=diff
==============================================================================
--- velocity/site/cms/trunk/content/engine/devel/configuration.mdtext (original)
+++ velocity/site/cms/trunk/content/engine/devel/configuration.mdtext Sat Jul 
23 08:18:23 2016
@@ -268,7 +268,7 @@ This key is also defined as a contstant
 ## String Interning
 
 `runtime.string.interning = true`
-> This property specifies whether to use Java (String 
interning)[https://en.wikipedia.org/wiki/String_interning] on identifiers. This 
may save some memory when set to true, and execute a little but faster when set 
to false.
+> This property specifies whether to use Java (String 
interning)[https://en.wikipedia.org/wiki/String_interning] on identifiers. This 
may save some memory when set to true, and run a little bit faster when set to 
false.
 
 ## Configuration Examples
 


Reply via email to