diff --git a/docs/src/changelog.md b/docs/src/changelog.md index b8209efb862..3ae3fb06fbc 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -261,7 +261,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Percival.jl` (#3567) - Added new tutorials: - [Approximating nonlinear functions](@ref) (#3563) - - [Exmaple: classification problems](@ref) (#3569) + - [Example: classification problems](@ref) (#3569) - Improved documentation for: - [`Semicontinuous`](@ref) and [`Semiinteger`](@ref) variables (#3562) - [`SOS1`](@ref) and [`SOS2`](@ref) (#3565) diff --git a/docs/src/tutorials/nonlinear/classifiers.jl b/docs/src/tutorials/nonlinear/classifiers.jl index 9d32a2cb79f..c0761adc4fc 100644 --- a/docs/src/tutorials/nonlinear/classifiers.jl +++ b/docs/src/tutorials/nonlinear/classifiers.jl @@ -3,7 +3,7 @@ # v.2.0. If a copy of the MPL was not distributed with this file, You can #src # obtain one at https://mozilla.org/MPL/2.0/. #src -# # Exmaple: classification problems +# # Example: classification problems # The purpose of this tutorial is to show how JuMP can be used to formulate # classification problems.