diff --git a/front_matter/types.ts b/front_matter/types.ts index eb4b8178e000..079506e7882e 100644 --- a/front_matter/types.ts +++ b/front_matter/types.ts @@ -1,6 +1,6 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. -/** Return type for functions of the {@linkcode Extractor} type. */ +/** Return type for {@linkcode extract} function. */ export type Extract = { frontMatter: string; body: string;