From cf4447c12144281af85246ab8bd824a18a1f8566 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 30 Sep 2021 08:40:58 +0530 Subject: [PATCH] fix(docs): Column Type --- docs/src/test-reporter-api/class-location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-reporter-api/class-location.md b/docs/src/test-reporter-api/class-location.md index af6c7d492a630..3e70c09ae5b97 100644 --- a/docs/src/test-reporter-api/class-location.md +++ b/docs/src/test-reporter-api/class-location.md @@ -14,6 +14,6 @@ Path to the source file. Line number in the source file. ## property: Location.column -- type: <[string]> +- type: <[int]> Column number in the source file.