From e1280dca9beffc97ea5afe87ac14df68bcdeb9c4 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Tue, 25 Aug 2020 08:15:18 +0200 Subject: [PATCH] fix doc --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e713955..74aa6a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -48,7 +48,6 @@ Only the higher layer is accessible to other classes of dotdrop. are executed, this means that `dynvariables` can safely reference `variables` however `variables` referencing `dynvariables` will result with the none executed value of the referenced `dynvariables` (see examples below) -* a `dynvariables` can reference a `variables` however the opposite is not possible * profile cannot include profiles defined above in the import tree * config files do not have access to variables defined above in the import tree