Skip to content

Commit 9ec264e

Browse files
lionel-DavisVaughan
andcommitted
Apply suggestions from code review
Co-authored-by: Davis Vaughan <[email protected]>
1 parent 37f4724 commit 9ec264e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/ark/src/interface.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ fn do_resource_namespaces() -> bool {
20952095
.ok()
20962096
.flatten();
20972097

2098-
// By default we don't resource namespaces to avoid increased memory usage.
2098+
// By default we don't eagerly resource namespaces to avoid increased memory usage.
20992099
// https://github.com/posit-dev/positron/issues/5050
21002100
opt.unwrap_or(false)
21012101
}

crates/ark/src/modules/positron/srcref.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ zap_srcref <- function(x) {
4646
}
4747

4848
new_ark_debug <- function(fn) {
49-
# Signature of `debug()`:
49+
# Signature of `debug()` and `debugonce()`:
5050
# function(fun, text = "", condition = NULL, signature = NULL)
5151

5252
body(fn) <- bquote({

0 commit comments

Comments
 (0)