Skip to content

Commit 2fd3e7e

Browse files
Update README.md
1 parent 2c3ca47 commit 2fd3e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testbenches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here are examples of non-ideal, but easy to understand testbenches that introduc
3737
## Assertions
3838

3939
In the basic testbench examples above, we manually check for errors with if statements combined with error messages. Although useful for simple tests, assertions are a much
40-
more powerful construct that can be used to very that any condition is true at any point in time. Most importantly, assertions can be combined with properties and sequences
40+
more powerful construct that can be used to verify that any condition is true at any point in time. Most importantly, assertions can be combined with properties and sequences
4141
to verify complex behaviors concisely. In many cases, assertion propeties can completely eliminate the need for a separate reference model that provides correct functionality
4242
for comparison.
4343

0 commit comments

Comments
 (0)