Skip to content

Commit 6c49b2b

Browse files
authored
Apply suggestions
1 parent 0986df3 commit 6c49b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/documentation_glossary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ Glossaries.define!(
285285
_glossary_problems, :NonLinearLeastSquares, :problem,
286286
(; M = "M", p = "p") -> """
287287
```math
288-
$(_tex(:argmin))_{$p$(_math(:Manifold; M = M))} $(_tex(:frac, 1, 2)) $(_tex(:sum, "i=1", "m")) $(_tex(:abs, "f_i($p)"))^2
288+
$(_tex(:argmin))_{$p$(_math(:Manifold; M = M))} $(_tex(:frac, 1, 2)) $(_tex(:sum, "i=1", "m")) $(_tex(:abs, "f_i($p)"))^2
289289
```
290290
291291
where ``f: $(_math(:Manifold; M = M)) → ℝ^m`` is written with component functions ``f_i: $(_math(:Manifold; M = M)) → ℝ``, ``i=1,…,m``,

0 commit comments

Comments
 (0)