We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed492a9 commit e550430Copy full SHA for e550430
src/RuntimeGeneratedFunctions.jl
@@ -21,8 +21,8 @@ then calling the resulting function. The differences are:
21
You need to use `RuntimeGeneratedFunctions.init(your_module)` a single time at
22
the top level of `your_module` before any other uses of the macro.
23
24
-If provided, `context_module` is module in which symbols within
25
-`function_expression` will be looked up. By default this is module in which
+If provided, `context_module` is the module in which symbols within
+`function_expression` will be looked up. By default, this is the module in which
26
`@RuntimeGeneratedFunction` is expanded.
27
28
`cache_module` is the module where the expression `code` will be cached. If
0 commit comments