From de24c275fe8206aeb24afa2359c3409ff32c3b84 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 30 Oct 2023 15:46:37 -0400 Subject: [PATCH] fix issue with wrong lines emphasized --- docs/writing_buildspecs/performance_checks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing_buildspecs/performance_checks.rst b/docs/writing_buildspecs/performance_checks.rst index 536a626ec..63764f003 100644 --- a/docs/writing_buildspecs/performance_checks.rst +++ b/docs/writing_buildspecs/performance_checks.rst @@ -220,7 +220,7 @@ a mismatch in value captured by metric ``x`` which is **1** however the referenc .. literalinclude:: ../tutorials/perf_checks/assert_eq_exceptions.yml :language: yaml - :emphasize-lines: 21-22,27-28,33,41-42 + :emphasize-lines: 22-23,28-29,33,42-43 :linenos: Let's build this test and see the output.