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 6237246 commit b0acfdbCopy full SHA for b0acfdb
lib/components_guide_web/templates/cheatsheets/intro.html.md
@@ -3,4 +3,4 @@ Various cheatsheets will be added over time. If you have ideas for cheatsheets,
3
<p>From Elixir: <%= 6 + 1 %></p>
4
<p>From Rust: <%= ComponentsGuide.Rustler.Math.add(5, 9) %></p>
5
<p>From Rust: <%= ComponentsGuide.Rustler.Math.reverse_string("hello") %></p>
6
-<p>Fromst WebAssembly + Rust: <%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>
+<p>From WebAssembly + Rust: <%= inspect(ComponentsGuide.Rustler.Math.wasm_example(@wasm_constant, "answer")) %></p>
0 commit comments