Skip to content

Commit f0c54b5

Browse files
authored
Merge pull request #134 from JuliaControl/doc_cor
doc: minor correction
2 parents c4ed28c + ad2b2ed commit f0c54b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controller/construct.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ The ``\mathbf{S}`` and ``\mathbf{T}`` matrices are defined in the Extended Help
483483
\mathbf{I} \\
484484
\vdots \\
485485
\mathbf{I} \end{bmatrix}
486-
```
486+
```
487487
"""
488488
function init_ΔUtoU(model::SimModel{NT}, Hp, Hc) where {NT<:Real}
489489
# S and T are `Matrix{NT}` since conversion is faster than `Matrix{Bool}` or `BitMatrix`

0 commit comments

Comments
 (0)