release/4.3a0
Varun Agrawal 2025-01-04 16:58:08 -05:00
parent e9abd5c57e
commit 9a356f102e
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class GTSAM_EXPORT TableDistribution : public DiscreteConditional {
/**
* Construct from DiscreteKey and std::string.
*/
TableDistribution(const DiscreteKeys& key, const std::string& potentials);
TableDistribution(const DiscreteKeys& keys, const std::string& potentials);
/**
* Construct from single DiscreteKey and std::string.