From 698789ef6462ba679fdfcd843eff534cc00ae77c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ma=C3=ABlle=20Salmon?= Date: Thu, 7 Dec 2023 10:39:25 +0100 Subject: [PATCH] details --- R/update.R | 4 +++- man/deepl_update.Rd | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/R/update.R b/R/update.R index 48da20c..cc6138c 100644 --- a/R/update.R +++ b/R/update.R @@ -6,7 +6,9 @@ #' @details #' The function looks for the latest commit that updated the source file, #' and for the latest commit that updated the target file. -#' If the target file was updated last, nothing happens: you might need to +#' If the target file was updated later than the source file, +#' or at the same time, +#' nothing happens: you might need to #' reorder the Git history with rebase for instance. #' #' diff --git a/man/deepl_update.Rd b/man/deepl_update.Rd index 7b54761..64b6d1c 100644 --- a/man/deepl_update.Rd +++ b/man/deepl_update.Rd @@ -45,6 +45,8 @@ Re-use existing translation where possible \details{ The function looks for the latest commit that updated the source file, and for the latest commit that updated the target file. -If the target file was updated last, nothing happens: you might need to +If the target file was updated later than the source file, +or at the same time, +nothing happens: you might need to reorder the Git history with rebase for instance. }