From 3173d89780c4d5db2fa7090b9d716dd68e16eb31 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Mon, 10 Sep 2007 18:46:05 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@574330 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/commons/math/ode/package.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/commons/math/ode/package.html b/src/java/org/apache/commons/math/ode/package.html index 38601c09e..882983a7f 100644 --- a/src/java/org/apache/commons/math/ode/package.html +++ b/src/java/org/apache/commons/math/ode/package.html @@ -78,7 +78,7 @@ to store all steps and to provide transparent access to any intermediate result once the integration is over. An important feature of this class is that it implements the Serializable interface. This means that a complete continuous model of the -integrated function througout the integration range can be serialized +integrated function throughout the integration range can be serialized and reused later (if stored into a persistent medium like a filesystem or a database) or elsewhere (if sent to another application). Only the result of the integration is stored, there is no reference to the