Skip to content

Commit

Permalink
docs: fix typo ref of submit
Browse files Browse the repository at this point in the history
  • Loading branch information
cihga39871 committed Sep 10, 2024
1 parent 8cbf5cf commit 9c94c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scheduler.jl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Submit the job. If `job.submit_time == 0000-01-01T00:00:00 (default)`, it will c
> `submit!(Job(...))` can be simplified to `submit!(...)`. They are equivalent.
See also [`Job`](@ref), [`submit!`](@ref)
See also [`Job`](@ref), [`@submit`](@ref)
"""
function submit!(job::Job)
global JOB_QUEUE
Expand Down

0 comments on commit 9c94c52

Please sign in to comment.