Skip to content

Commit c5d2a36

Browse files
committed
fix typo
1 parent 0a85ba3 commit c5d2a36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trajectory.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ TrajectoryStyle(::Trajectory{<:Any,<:Any,<:AsyncInsertSampleRatioControler}) = A
6161

6262
Base.bind(::Trajectory, ::Task) = nothing
6363

64-
function Base.bind(t::Trajectory{<:Any,<:Any,<:AsyncInsertSampleRatioControler}, tassk)
64+
function Base.bind(t::Trajectory{<:Any,<:Any,<:AsyncInsertSampleRatioControler}, task)
6565
bind(t.controler.ch_in, task)
6666
bind(t.controler.ch_out, task)
6767
end

0 commit comments

Comments
 (0)