Skip to content

Commit 0ae0db5

Browse files
committed
typo fix
1 parent 054ea14 commit 0ae0db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testBlocks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function DFGFactorSCA()
358358
@test typeof(getFactorFunction(f1)) == TestFunctorInferenceType1
359359

360360

361-
#TODO here for now, don't reccomend usage.
361+
#TODO here for now, don't recommend usage.
362362
testTags = [:tag1, :tag2]
363363
@test setTags!(f1, testTags) == Set(testTags)
364364
@test setTags!(f1, Set(testTags)) == Set(testTags)

0 commit comments

Comments
 (0)