Skip to content

Commit

Permalink
fixup queries
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Nov 19, 2023
1 parent 61102b8 commit 0ad21ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/queries.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ true
julia> lock(findfreeslot(reg));
julia> findfreeslot(reg) === nothing
julia> findfreeslot(reg) |> isnothing
true
```
"""
function findfreeslot(reg::Register)
Expand Down

0 comments on commit 0ad21ec

Please sign in to comment.