From 7e0d547f24ef887e6367b54828f41b1b2e3a7154 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 21 Jan 2020 14:08:14 -0600 Subject: [PATCH] Tidy reference to meta promises (cherry picked from commit 3e015a81c3df53ede6ff2bcdeadb8569993fb03a) --- reference/promise-types.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/promise-types.markdown b/reference/promise-types.markdown index 60fd13727..7fb322d71 100644 --- a/reference/promise-types.markdown +++ b/reference/promise-types.markdown @@ -131,8 +131,7 @@ Relevant CFEngine functions are: `classesmatching()`, `classmatch()`, `countclassesmatching()`, `getclassmetatags()`, `getvariablemetatags()`, `variablesmatching()`, `variablesmatching_as_data()` -Also see "meta promises": there can be promises of type "meta", in addition -to this attribute with the name "meta" which can be added to a promise of any type. +Also see [meta promises][meta]: While "meta" attribute can be added to a promise of any type, there can also be promises of promise type "meta" added to any bundle. If mention is made of "tags" on a *bundle*, what is actually meant is meta *promises* in that bundle. (This is just a terminology point.)