Skip to content

Commit 818aa89

Browse files
committed
chore: better wording
1 parent 49a399c commit 818aa89

File tree

1 file changed

+1
-1
lines changed
  • packages/runtime/src/helpers

1 file changed

+1
-1
lines changed

packages/runtime/src/helpers/edge.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const fetch = async (url, init) => {
116116
}
117117
}
118118
119-
// Latest Next uses "self" as a function-scoped global-like object, but older versions expect it to equal "globalThis"
119+
// Next edge runtime uses "self" as a function-scoped global-like object, but some of the older polyfills expect it to equal globalThis
120120
const self = { ...globalThis, fetch }
121121
122122
`

0 commit comments

Comments
 (0)