From 321558ea93d6a5c2d5194deddd4d92d0f90bd45b Mon Sep 17 00:00:00 2001 From: chvmvd <104971044+chvmvd@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:14:20 +0900 Subject: [PATCH] Fix usage of `Answer` component --- docs/1-trial-session/09-functions/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1-trial-session/09-functions/index.md b/docs/1-trial-session/09-functions/index.md index b597c9356..eeb45e60a 100644 --- a/docs/1-trial-session/09-functions/index.md +++ b/docs/1-trial-session/09-functions/index.md @@ -87,7 +87,7 @@ function tryToDrive() { 引数を 2 つとり、その積を戻り値として返す関数 `multiply` を定義してください。 - + ```javascript function multiply(a, b) {