From d63297c4deb495c5317c59a7c04ff18f9cdfdfc0 Mon Sep 17 00:00:00 2001 From: RichardHoch Date: Mon, 10 Jun 2024 13:14:35 +0300 Subject: [PATCH] minor --- docs/topics/yaml-rule-structure-syntax.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/yaml-rule-structure-syntax.adoc b/docs/topics/yaml-rule-structure-syntax.adoc index 8638bda95f9..6133b198ed6 100644 --- a/docs/topics/yaml-rule-structure-syntax.adoc +++ b/docs/topics/yaml-rule-structure-syntax.adoc @@ -402,7 +402,7 @@ when: upperbound: "" <2> lowerbound: "" <3> ---- -<1> Name of the dependency to search . +<1> Name of the dependency to search for. <2> Upper bound on the version of the dependency. <3> Lower bound on the version of the dependency.