From 7137a45f07453598ca35fb706458b1b48e0f67bb Mon Sep 17 00:00:00 2001 From: wpferguson Date: Fri, 9 Apr 2021 00:31:16 -0400 Subject: [PATCH] Added space to force a line break --- content/lua.scripts.api.manual/dtutils.file/test_file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/lua.scripts.api.manual/dtutils.file/test_file.md b/content/lua.scripts.api.manual/dtutils.file/test_file.md index 759794f..3917bdf 100644 --- a/content/lua.scripts.api.manual/dtutils.file/test_file.md +++ b/content/lua.scripts.api.manual/dtutils.file/test_file.md @@ -19,7 +19,7 @@ test a file to see what it is local df = require "lib/dtutils.file" local result = df.test_file(path, test) ``` -**path** - _string_ - path and filename +**path** - _string_ - path and filename **test** - _char_ - one of d, e, f, x where * d - directory * e - exists