We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a241f9 commit 7e8e658Copy full SHA for 7e8e658
1 file changed
component-model/src/language-support/moonbit.md
@@ -147,7 +147,7 @@ code, which is what we need to fulfill.
147
148
Now implement the `add` function in `gen/interface/docs/adder/add/stub.mbt`:
149
150
-```moonbit
+```rust
151
{{#include ../../examples/tutorial/moonbit/adder/stub.mbt}}
152
```
153
@@ -250,13 +250,13 @@ For example, for the following interface:
250
251
Will generate the following type and function
252
253
254
{{#include ../../examples/tutorial/moonbit/adder-with-error/top.mbt}}
255
256
257
which you may use it as:
258
259
260
{{#include ../../examples/tutorial/moonbit/adder-with-error/stub.mbt}}
261
262
0 commit comments