From 6ac133ae195958cfc46e7010a4449c5f2eb68e58 Mon Sep 17 00:00:00 2001 From: Daniel Rizk Date: Wed, 4 Sep 2024 18:31:45 -0400 Subject: [PATCH] fix docstring --- src/docstrings.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docstrings.jl b/src/docstrings.jl index 992cb47..bcfefe7 100644 --- a/src/docstrings.jl +++ b/src/docstrings.jl @@ -687,6 +687,6 @@ List all files in a directory that match a given pattern. # Examples ```jldoctest -# julia> list_files("/path/to/folder/", ".csv") +# list_files("/path/to/folder/", ".csv") ``` """ \ No newline at end of file