Skip to content

Commit e550430

Browse files
committed
LangaugeTool missing docstrings
1 parent ed492a9 commit e550430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RuntimeGeneratedFunctions.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ then calling the resulting function. The differences are:
2121
You need to use `RuntimeGeneratedFunctions.init(your_module)` a single time at
2222
the top level of `your_module` before any other uses of the macro.
2323
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
24+
If provided, `context_module` is the module in which symbols within
25+
`function_expression` will be looked up. By default, this is the module in which
2626
`@RuntimeGeneratedFunction` is expanded.
2727
2828
`cache_module` is the module where the expression `code` will be cached. If

0 commit comments

Comments
 (0)