Skip to content

Commit

Permalink
Fix wrong description
Browse files Browse the repository at this point in the history
  • Loading branch information
ohbarye authored May 29, 2024
1 parent 5700262 commit 04f839a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end

Pbt.assert do
# The given block is executed 100 times with different arrays with random numbers.
# Besides, the block runs in parallel by Ractor.
# Besides, if you set `worker: :ractor` option to `assert` method, it runs in parallel using Ractor.
Pbt.property(Pbt.array(Pbt.integer)) do |numbers|
result = sort(numbers)
result.each_cons(2) do |x, y|
Expand Down

0 comments on commit 04f839a

Please sign in to comment.