fix docstring

release/4.3a0
Varun Agrawal 2022-12-31 12:25:27 +01:00
parent 383439efcf
commit 02d7b877a3
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ class GTSAM_EXPORT HybridGaussianFactor : public HybridFactor {
/// Return pointer to the internal Gaussian factor.
GaussianFactor::shared_ptr inner() const { return inner_; }
/// Return the error of the underlying Discrete Factor.
/// Return the error of the underlying Gaussian factor.
double error(const HybridValues &values) const override;
/// @}
};