fixed typos

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@608870 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-01-04 14:45:46 +00:00
parent dc2a102e3c
commit 4b4243fc46
1 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@
is a special-purpose step handler that is able 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 <code>Serializable</code> interface. This means that a complete continuous model of the
integrated function througout 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).
integrated function throughout the integration range can be serialized and reused later (if stored into
a persistent medium like a file system or a database) or elsewhere (if sent to another application).
Only the result of the integration is stored, there is no reference to the integrated problem by itself.
</p>
<p>