Skip to content

Commit 54a3aab

Browse files
author
Alessandro
committed
fix typo bug
1 parent 4d0ff5e commit 54a3aab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TermInterface"
22
uuid = "8ea1fca8-c5ef-4a55-8b96-4e9afe9c9a3c"
33
authors = ["Shashi Gowda <gowda@mit.edu>", "Alessandro Cheli <sudo-woodo3@protonmail.com>"]
4-
version = "0.1.2"
4+
version = "0.1.3"
55

66
[compat]
77
julia = "1"

src/TermInterface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ and `metadata` as the metadata. By default this will execute `head(args...)`.
9191
`x` parameter can also be a `Type`.
9292
"""
9393
similarterm(x, head, args, symtype=nothing; metadata=nothing) =
94-
similarterm(typeof(x), head, args, type; metadata=nothing)
94+
similarterm(typeof(x), head, args, symtype; metadata=nothing)
9595

9696
similarterm(x::Type{Expr}, head, args, symtype=nothing; metadata=nothing) = Expr(head, args...)
9797
function similarterm(x::Type{T}, head::T, args, symtype=nothing; metadata=nothing) where T

0 commit comments

Comments
 (0)