From d0e7cbbcd4593000c834fb3342064e3837594599 Mon Sep 17 00:00:00 2001 From: Vincent Labatut Date: Wed, 17 Jul 2019 22:06:34 +0200 Subject: [PATCH] updated comments --- src/define-functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/define-functions.R b/src/define-functions.R index 2e930e2..122a4bd 100644 --- a/src/define-functions.R +++ b/src/define-functions.R @@ -8,7 +8,7 @@ ############################################################################################# -# Logs the specified message on screen, adding current date and time, and possible some +# Logs the specified message on screen, adding current date and time, and possibly some # offset (to represent the hierarchy of function calls). # # offset: number of "." used to represent the hierarchical level of the message.