From 4bde8bcf4783033305f0910dcdf54dd9220d6290 Mon Sep 17 00:00:00 2001 From: "Velimir (monty) Vesselinov" Date: Tue, 29 Oct 2024 13:42:32 -0600 Subject: [PATCH] typo --- src/MadsIO.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MadsIO.jl b/src/MadsIO.jl index 009f9029..08a7e9a2 100644 --- a/src/MadsIO.jl +++ b/src/MadsIO.jl @@ -1152,7 +1152,7 @@ function readmodeloutput(madsdata::AbstractDict; obskeys::AbstractVector=getobsk end """ -Get files in the current directory or in a directory defined by `path` matching pattern `key` which can be a string or regular expression +Get files in the current directory or in a directory defined by `path` and a matching pattern `key`, which can be a string or regular expression $(DocumentFunction.documentfunction(searchdir; argtext=Dict("key"=>"matching pattern (string or regular expression accepted)"),