Skip to content

Commit

Permalink
Update 2023-07-12-v0.30-local-dependencies-and-enhanced-externals.md
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
lpil authored Jul 13, 2023
1 parent ed83a4c commit fb29896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ above example is now written like this:

```gleam
/// Halt the runtime with the given exit code.
@external(erlang, "erlang" "halt")
@external(javascript, "./my_javascript_module.mjs" "halt")
@external(erlang, "erlang", "halt")
@external(javascript, "./my_javascript_module.mjs", "halt")
pub fn halt(code: Int) -> Nil
```

Expand Down

0 comments on commit fb29896

Please sign in to comment.