upadte doc

This commit is contained in:
Archit Agarwal 2025-04-29 17:10:00 +05:30
parent e32ceae4ea
commit 992db2b883

View File

@ -2,8 +2,8 @@
// //
// # Note // # Note
// All functions in this package return a bool value indicating whether the test has passed. // All functions in this package return a bool value indicating whether the test has passed.
// //
// # Example Usage // # Example Usage
// //
// The following is a complete example using assert in a standard test function: // The following is a complete example using assert in a standard test function:
// //