Skip to content

Commit

Permalink
📝 fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Milly committed Aug 25, 2024
1 parent b1ec78b commit 3662f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helper/expr_string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* ```
*
* @module
* @deprecated Use {@linkcode rawString}
* @deprecated Use {@linkcode [eval].rawString|rawString}
*/
import type { Context, Denops, Dispatcher, Meta } from "@denops/core";
import { isArray } from "@core/unknownutil/is/array";
Expand Down Expand Up @@ -98,7 +98,7 @@ async function ensurePrerequisites(denops: Denops): Promise<string> {
* ```
*
* @see useExprString for usage
* @deprecated Use {@linkcode rawString}
* @deprecated Use {@linkcode [eval].rawString|rawString}
*/
export function exprQuote(
template: TemplateStringsArray,
Expand Down

0 comments on commit 3662f40

Please sign in to comment.