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 1ff5d4a commit a4a4f2a
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 @@ -73,7 +73,7 @@ values. VirtualTime instances contain the following properties:

And each of these properties can have a value of the following types:

1. **Nil** (no setting), to always match anything it is compared with
1. **Nil**, to default to `VirtualTime.default_match? : Bool = true`
1. **Boolean**, to always match (`true`) or fail (`false`)
1. **Int32**, to match a specific value such as 5, 12, 2023, -1, or -5
1. **Array of Int32s**, such as [1,2,10,-1] to match any value in list
Expand Down

0 comments on commit a4a4f2a

Please sign in to comment.