From 992db2b883ecca754085f89e543c66e38edbf97c Mon Sep 17 00:00:00 2001 From: Archit Agarwal Date: Tue, 29 Apr 2025 17:10:00 +0530 Subject: [PATCH] upadte doc --- assert/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assert/doc.go b/assert/doc.go index b39ebdb..f0f186a 100644 --- a/assert/doc.go +++ b/assert/doc.go @@ -2,8 +2,8 @@ // // # Note // 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: //