From 5d414791cba64676c26e475a064a33211dd6b181 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik <53906608+larsewi@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:08:25 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Ole Herman Schumacher Elgesem --- reference/functions/findfiles.markdown | 2 +- reference/functions/findfiles_up.markdown | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.