From a31c8cfa3a73e1612dad7c3fe88291e4f45e2286 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 28 Jan 2023 22:12:13 -0600 Subject: [PATCH] Bugfix: Incorrect documentation in fakefile.txt. --- level_3/fake/documents/fakefile.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/level_3/fake/documents/fakefile.txt b/level_3/fake/documents/fakefile.txt index e6304a9..7f1fdcf 100644 --- a/level_3/fake/documents/fakefile.txt +++ b/level_3/fake/documents/fakefile.txt @@ -574,7 +574,7 @@ Fakefile Documentation: This supports both code:":option" and code:":value". - code:"define"\: - This variable holds the code:"data" program parameters, such as code:"-d define/". + This variable holds the code:"define" program parameters, such as code:"-d define/". This supports both code:":option" and code:":value". - code:"fakefile"\: @@ -598,7 +598,7 @@ Fakefile Documentation: This supports both code:":option" and code:":value". - code:"sources"\: - This variable holds the code:"data" program parameters, such as code:"-S sources/". + This variable holds the code:"sources" program parameters, such as code:"-S sources/". This supports both code:":option" and code:":value". - code:"verbosity"\: -- 1.8.3.1