Built distribution

This commit is contained in:
Steve Gravrock
2025-04-26 09:28:21 -07:00
parent cbff6f95cb
commit e7ca9c5765

View File

@@ -3217,7 +3217,7 @@ callbacks to execute _before_ running the next one.
* In many cases, this can greatly improve test execution speed because asynchronous tasks
* will execute as quickly as possible rather than waiting real time to complete.
*
* Furthermore, tests can be authored in a consitent manner. They can always be written in an asynchronous style
* Furthermore, tests can be authored in a consistent manner. They can always be written in an asynchronous style
* rather than having `tick` sprinkled throughout the tests with mock time in order to manually
* advance the clock.
*