Skip to content

Commit 7785795

Browse files
committed
update
1 parent 2c0a296 commit 7785795

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ as a protective bubble.
4747

4848
That means:
4949

50-
- a broken internal function like `a_freq_j()` is only visible inside the package namespace
51-
- a package function like `tt_to_tlgrtf()` resolves internal calls from that same locked namespace
52-
- sourcing a fixed `a_freq_j()` into the global environment does not update the package's internal pointer
50+
- a broken internal function like `broken_fun()` is only visible inside the package namespace
51+
- a package function like `caller_fun()` resolves internal calls from that same locked namespace
52+
- sourcing a fixed `broken_fun()` into the global environment does not update the package's internal pointer
5353

5454
In practice, this forces a painful current workflow:
5555

0 commit comments

Comments
 (0)