Skip to content

Commit 91c164a

Browse files
committed
Merge branch 'doc_model_aug' into trapezoidal
2 parents 3063a81 + f7ec298 commit 91c164a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/estimator/kalman.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ augmented process model:
11251125
\end{aligned}
11261126
```
11271127
The matrix ``\mathbf{Ĥ^m}`` is the rows of ``\mathbf{Ĥ}`` that are measured outputs. The
1128-
Jacobians are computed with [`ForwardDiff`](@extref ForwardDiff) bu default. The correction
1128+
Jacobians are computed with [`ForwardDiff`](@extref ForwardDiff) by default. The correction
11291129
and prediction step equations are provided below. The correction step is skipped if
11301130
`estim.direct == true` since it's already done by the user.
11311131

0 commit comments

Comments
 (0)