diff options
Diffstat (limited to 'docs/bundler/macros.md')
-rw-r--r-- | docs/bundler/macros.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bundler/macros.md b/docs/bundler/macros.md index ecba16c0d..c0dcff319 100644 --- a/docs/bundler/macros.md +++ b/docs/bundler/macros.md @@ -129,7 +129,7 @@ if (returnFalse()) { } ``` -## Serializablility +## Serializability Bun's transpiler needs to be able to serialize the result of the macro so it can be inlined into the AST. All JSON-compatible data structures are supported: |