Skip to content

Commit 6275f6c

Browse files
authoredFeb 18, 2022
Merge pull request #1111 from andre-nguyen/fix/typo
2 parents 55ad184 + ac9eed6 commit 6275f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/testExpressionFactor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ TEST(ExpressionFactor, Shallow) {
231231
Pose3_ x_(1);
232232
Point3_ p_(2);
233233

234-
// Construct expression, concise evrsion
234+
// Construct expression, concise version
235235
Point2_ expression = project(transformTo(x_, p_));
236236

237237
// Get and check keys and dims

0 commit comments

Comments
 (0)