From 9a356f102eeec980cd14b8a2a6c88292bc43c1fe Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Sat, 4 Jan 2025 16:58:08 -0500 Subject: [PATCH] typo fix --- gtsam/discrete/TableDistribution.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/discrete/TableDistribution.h b/gtsam/discrete/TableDistribution.h index 5b36105a1..662602c77 100644 --- a/gtsam/discrete/TableDistribution.h +++ b/gtsam/discrete/TableDistribution.h @@ -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.