Skip to content

Commit

Permalink
Fix warning formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lynzrand committed Dec 25, 2024
1 parent 5c7306a commit 0210f1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next/language/derive.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ JSON files correspondingly.

Both derive directives accept a number of arguments to configure the exact behavior of serialization and deserialization.

> **Warning**: The actual behavior of JSON serialization arguments is unstable.
```{warning}
The actual behavior of JSON serialization arguments is unstable.
```

```{literalinclude} /sources/language/src/derive/json.mbt
:language: moonbit
Expand Down

0 comments on commit 0210f1f

Please sign in to comment.