Skip to content

Commit a7d2b52

Browse files
authored
Merge branch 'master' into sp/julia-1.0
2 parents 03da423 + bd70d73 commit a7d2b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ function resyntax(ex)
387387
setfield!(x_, :f_, v_) => :($x.$f = $v)
388388
getindex(x_, i__) => :($x[$(i...)])
389389
tuple(xs__) => :($(xs...),)
390-
ctranspose(x_) => :($x')
390+
adjoint(x_) => :($x')
391391
_ => x
392392
end
393393
end

0 commit comments

Comments
 (0)