Skip to content

Commit 9a078be

Browse files
committed
corrected some typos
1 parent aa4cfd6 commit 9a078be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/nonlinear_regression_michaelis_menten.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ result = bboptimize(mic_men_fitness;
3535
Vm, K = best_candidate(result)
3636
RSS = best_fitness(result)
3737

38-
println("NLReg.jl uses specific MicMen object and fit method to finds:")
38+
println("NLReg.jl uses specific MicMen object and fit method to find:")
3939
println("Vm = 212.684, K = 0.0641212, RSS = 1195.45")
40-
println("\nUsing BlackBoxOpt.jl we find:")
40+
println("\nUsing BlackBoxOptim.jl we find:")
4141
println("Vm = $(Vm), K = $(K), RSS = $(RSS)")

0 commit comments

Comments
 (0)