Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Dec 18, 2023
1 parent f6f449d commit 3eecce5
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 @@ -151,7 +151,7 @@ vt2 = VirtualTime.new month: 1..6
vt.matches?(vt2) # ==> true
```

When matching `VirtualTime`s to `VirtualTime`s, comparisons between fields' values
When matching `VirtualTime`s to `VirtualTime`s, comparisons between field values
which are both a `Proc` is not supported and will throw `ArgumentError` in runtime.

# Field Values
Expand Down

0 comments on commit 3eecce5

Please sign in to comment.