Skip to content

Commit da596f6

Browse files
committed
fix typo
1 parent 6798150 commit da596f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Unit Tests
22

33
It may seem that we have a circular referencing problem (or a tautology) by
4-
using AUnit to write unit tests for itself. It could be argued that we're can't
4+
using AUnit to write unit tests for itself. It could be argued that we can't
55
really be sure that the code is actually testing anything since the same bug
66
could be validating itself. But I built `AUnitTest` incrementally in layers,
77
first validating the first layer of primitive functions (e.g.

0 commit comments

Comments
 (0)