diff --git a/docs/guides/runtime/define-constant.md b/docs/guides/runtime/define-constant.md index 6051bf30aa..d0042baec0 100644 --- a/docs/guides/runtime/define-constant.md +++ b/docs/guides/runtime/define-constant.md @@ -55,8 +55,6 @@ And finally, Bun detects the `else` branch is not reachable, and eliminates it. console.log("Production mode"); ``` ---- - ## What types of values are supported? Values can be strings, identifiers, properties, or JSON.