Skip to content

Commit 60bffa3

Browse files
committed
誤って変更されたパスを修正
1 parent fd1c646 commit 60bffa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Term/definitions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ export const terms: Term[] = [
527527
aliases: ["非同期関数"],
528528
definition:
529529
"処理を実行する際、その完了を待たずに呼び出し元の処理が続行されるような処理。JavaScriptでは、asyncキーワードをつけた関数は非同期処理を行うための関数となり、内部ではawaitキーワードにより他の非同期処理を呼び出してその結果を待機できるようになる。",
530-
referencePage: "/docs/web-servers/database/",
530+
referencePage: "/docs/web-servers/fetch-api/",
531531
},
532532
{
533533
id: "environment-variable",

0 commit comments

Comments
 (0)