From 23173e831e67fd02f0d8ed8d12aa38eb8037fa38 Mon Sep 17 00:00:00 2001 From: Florian Bacher Date: Wed, 27 Sep 2023 15:42:41 +0200 Subject: [PATCH] fix markdown lint Signed-off-by: Florian Bacher --- examples/support/analysis/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/support/analysis/README.md b/examples/support/analysis/README.md index d434b3c8d6..208c8a79d9 100644 --- a/examples/support/analysis/README.md +++ b/examples/support/analysis/README.md @@ -346,6 +346,7 @@ It has two sub-objects: In this case, it checks if a value is greater than 500 milliseconds, and it hasn't been fulfilled (`fulfilled: false`). - **`warnResult`**: Indicates whether the objective has issued a warning. It checks if a value is greater than 300 milliseconds, and it hasn't been fulfilled (`fulfilled: false`). + - **`warning`**: Indicates whether a warning has been issued (false in this case). - **`pass`**: Indicates whether the objective has passed (true in this case). - **`objective`**: Describes the objective being evaluated. @@ -376,5 +377,5 @@ There are no warning conditions in this case. **`maximumScore`**: Indicates the maximum possible score (maximumScore: 2). **`pass`**: Indicates whether the overall evaluation has passed (true in this case). - + **`warning`**: Indicates whether any warnings have been issued during the evaluation (false in this case).