Skip to content

Commit 33723d0

Browse files
fix(docs): サンプルコードのミスを修正
英語版は影響なし
1 parent 9dc3321 commit 33723d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/references/builtin-props.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ let x = [1, 2, 3, 4, 5]
359359
let x = ['田中', '鈴木', '山本']
360360
361361
<: x.map(@(v) {
362-
return `さん`
362+
return `{v}さん`
363363
})
364364
```
365365

0 commit comments

Comments
 (0)