diff --git a/src/Approximations/overapproximate.jl b/src/Approximations/overapproximate.jl index 6350145bb9..3df97a7c4c 100644 --- a/src/Approximations/overapproximate.jl +++ b/src/Approximations/overapproximate.jl @@ -135,7 +135,7 @@ A hyperrectangle. If `c` and `r` denote the center and vector radius of a hyperrectangle `H`, a tight hyperrectangular overapproximation of `M * H` is obtained by transforming -`c ↦ M*c` and `r ↦ abs.(⋅) * c`, where `abs.(⋅)` denotes the element-wise absolute +`c ↦ M*c` and `r ↦ abs.(M) * c`, where `abs.(⋅)` denotes the element-wise absolute value operator. """ function overapproximate(lm::LinearMap{N, <:AbstractHyperrectangle{N}},