Correct javadoc

This commit is contained in:
aherbert 2022-06-07 15:39:02 +01:00
parent 8ffc31a0fe
commit 294589d7b4
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ public class SimplexOptimizerTest {
/**
* Asserts that the lowest function value (along a line starting at
* {@link #start} is reached at the {@link #optimum}.
* {@code start} is reached at the {@code optimum}.
*
* @param numPoints Number of points at which to evaluate the function.
*/