mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
fix typos in comment
This commit is contained in:
parent
0d0eb440db
commit
213ea8a79d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#[macro_export]
|
#[macro_export]
|
||||||
/// run_jit_function_raw runs an unwrapped jit function.
|
/// run_jit_function_raw runs an unwrapped jit function.
|
||||||
/// The function could throw an execption and break things, or worse, it could not throw and exception and break things.
|
/// The function could throw an exception and break things, or worse, it could not throw an exception and break things.
|
||||||
/// This functions is generally a bad idea with an untrused backend, but is being used for now for development purposes.
|
/// This functions is generally a bad idea with an untrused backend, but is being used for now for development purposes.
|
||||||
macro_rules! run_jit_function_raw {
|
macro_rules! run_jit_function_raw {
|
||||||
($lib: expr, $main_fn_name: expr, $ty:ty, $transform:expr) => {{
|
($lib: expr, $main_fn_name: expr, $ty:ty, $transform:expr) => {{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue