aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.footer.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.footer.js')
-rw-r--r--src/runtime.footer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.footer.js b/src/runtime.footer.js
index 6217cc396..4171dd163 100644
--- a/src/runtime.footer.js
+++ b/src/runtime.footer.js
@@ -1,6 +1,6 @@
// ---
// Public exports from runtime
-// Compatible with Speedy's Runtime Environment and web browsers.
+// Compatible with Bun's Runtime Environment and web browsers.
export var $$m =
"$primordials" in globalThis ? $primordials.require : SPEEDY_RUNTIME.$$m;
export var __HMRModule = SPEEDY_RUNTIME.__HMRModule;