summaryrefslogtreecommitdiff
path: root/src/compiler/codegen/content.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/codegen/content.ts')
-rw-r--r--src/compiler/codegen/content.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/codegen/content.ts b/src/compiler/codegen/content.ts
index 14542d533..e6377eec0 100644
--- a/src/compiler/codegen/content.ts
+++ b/src/compiler/codegen/content.ts
@@ -52,7 +52,7 @@ function globSearch(spec: string, { filename }: { filename: string }): string[]
}
}
-/** import.meta.fetchContent() */
+/** Astro.fetchContent() */
export function fetchContent(spec: string, { namespace, filename }: GlobOptions): GlobResult {
let code = '';
const imports = new Set<string>();