diff --git a/docs/guides/runtime/define-constant.md b/docs/guides/runtime/define-constant.md index 6051bf30aa4eca..d0042baec07416 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.