Skip to content

Commit 81e0c48

Browse files
authored
Merge pull request #714 from JuliaSymbolics/b/typo-definition
fix: correct typo in comment
2 parents 12c642f + 82a185e commit 81e0c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cache_macro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ end
165165
return x + y + z
166166
end
167167

168-
# temporary defintion to induce objectid collisions
168+
# temporary definition to induce objectid collisions
169169
Base.objectid(x::BasicSymbolic) = 0x42
170170

171171
@testset "`objectid` collision handling" begin

0 commit comments

Comments
 (0)