We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0a296 commit 7785795Copy full SHA for 7785795
1 file changed
README.md
@@ -47,9 +47,9 @@ as a protective bubble.
47
48
That means:
49
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
+- a broken internal function like `broken_fun()` is only visible inside the package namespace
+- a package function like `caller_fun()` resolves internal calls from that same locked namespace
+- sourcing a fixed `broken_fun()` into the global environment does not update the package's internal pointer
53
54
In practice, this forces a painful current workflow:
55
0 commit comments