Skip to content

Commit a63fa1b

Browse files
authored
Update tutorials/introduction-to-solverbenchmark/index.jmd
1 parent 9b1807f commit a63fa1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tutorials/introduction-to-solverbenchmark

tutorials/introduction-to-solverbenchmark/index.jmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ The tutorial covers how to use the problems from `OptimizationProblems` to run a
225225
### Handling `solver_specific` in stats
226226
If a solver's `GenericExecutionStats` contains a `solver_specific` dictionary, a column is created for each key in that dictionary in the per-solver `DataFrame`.
227227

228-
Here is a example showing how to set a solver-specific flag and then access it for tabulation:
228+
Here is an example showing how to set a solver-specific flag and then access it for tabulation:
229229
```julia
230230
using NLPModelsTest, DataFrames, SolverCore, SolverBenchmark
231231

0 commit comments

Comments
 (0)