Author: cbrisson
Date: Tue Sep 24 16:27:13 2024
New Revision: 71834
Log:
Fix typo
Modified:
dev/velocity/velocity-engine/2.4/release-notes.html
Modified: dev/velocity/velocity-engine/2.4/release-notes.html
==============================================================================
--- dev/velocity/velocity-engine/2.4/release-notes.html (original)
+++ dev/velocity/velocity-engine/2.4/release-notes.html Tue Sep 24 16:27:13 2024
@@ -9,7 +9,7 @@
<p>The Velocity team is pleased to announce the availability of Velocity
Engine 2.4.</p>
<p>This is a maintenance release. Main changes:</p>
<ul>
- <li>Fix an overzealous string to number conversion which induced a
performace loss.</li>
+ <li>Fix an overzealous string to number conversion which induced a
performance loss.</li>
<li>Refactoring of the spring-velocity-support module.</li>
<li>Review of DataSourceResourceLoader for thread safety.</li>
<li>Add Java 16 record field property getters mapping.</li>