Skip to content

Commit

Permalink
site: retitle to Elixir is Your Compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyalIcing committed Jul 12, 2024
1 parent cc5bfcb commit cef35a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/_nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- [Composable Modules](/concepts/composable-modules)
- [Strings](/concepts/strings)
- [Platform Agnostic](/concepts/platform-agnostic)
- [Elixir Compiler](/concepts/elixir-compiler)
- [Elixir is Your Compiler](/concepts/elixir-compiler)
- [Custom Types](/concepts/custom-types)

</details>
Expand Down
2 changes: 1 addition & 1 deletion site/concepts/elixir-compiler.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Elixir Compiler
# Elixir is Your Compiler

Orb lets you use the entire Elixir programming language at WebAssembly compile time. This allows you to generate code dynamically, use existing Elixir libraries, or make network requests.

Expand Down

0 comments on commit cef35a6

Please sign in to comment.