diff --git a/reference/functions/findfiles.markdown b/reference/functions/findfiles.markdown index e3a650629..51b35e689 100644 --- a/reference/functions/findfiles.markdown +++ b/reference/functions/findfiles.markdown @@ -24,7 +24,7 @@ allows you to do dynamic inputs and a dynamic bundle call chain. **WARNING:** - The current implementation of glob patterns on Windows contains bugs. - Therefore, we strongly advise using the `!windows::` class guard expression to + Therefore, we strongly recommend using the `!windows::` class guard expression to safeguard against any use of the function on Windows platforms. Rest assured, we are actively working on resolving these issues and improving its functionality. diff --git a/reference/functions/findfiles_up.markdown b/reference/functions/findfiles_up.markdown index 5294f1917..940417f55 100644 --- a/reference/functions/findfiles_up.markdown +++ b/reference/functions/findfiles_up.markdown @@ -26,7 +26,7 @@ shells: **WARNING:** - The current implementation of glob patterns on Windows contains bugs. - Therefore, we strongly advise using the `!windows::` class guard expression to + Therefore, we strongly recommend using the `!windows::` class guard expression to safeguard against any use of the function on Windows platforms. Rest assured, we are actively working on resolving these issues and improving its functionality.