Skip to content

Commit 321558e

Browse files
committed
Fix usage of Answer component
1 parent 0faf239 commit 321558e

File tree

1 file changed

+1
-1
lines changed
  • docs/1-trial-session/09-functions

1 file changed

+1
-1
lines changed

docs/1-trial-session/09-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function tryToDrive() {
8787

8888
引数を 2 つとり、その積を<Term type="javascriptReturnValue">戻り値</Term>として<Term type="javascriptReturn">返す</Term><Term type="javascriptFunction">関数</Term> `multiply` を定義してください。
8989

90-
<Answer type="2つの積">
90+
<Answer title="2つの積">
9191

9292
```javascript
9393
function multiply(a, b) {

0 commit comments

Comments
 (0)