Skip to content

Commit 6a594f1

Browse files
committed
comments
1 parent 30ff151 commit 6a594f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/utils.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,8 @@ as_slide_computation <- function(x,
255255
...,
256256
arg = caller_arg(x),
257257
call = caller_env()) {
258-
# A quosure is a type of formula, so be careful with `if` logic here.
258+
# A quosure is a type of formula, so be careful with the order and contents
259+
# of the conditional logic here.
259260
if (is_quosure(x)) {
260261
if (calc_ref_time_value) {
261262
f_wrapper = function(.x, .group_key, ...) {

0 commit comments

Comments
 (0)