Skip to content

Commit 9c2a585

Browse files
authored
Merge pull request #4270 from dafydddev/patch-6
Fix comment syntax for simulated error example
2 parents 58caee2 + 0b8b081 commit 9c2a585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/7/en/part7d.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You can simulate a rendering error by temporarily throwing an exception inside o
4949

5050
```js
5151
const BlogList = ({ blogs }) => {
52-
throw new Error('simulated error') /*/ highlight line
52+
throw new Error('simulated error') // highlight line
5353
return (
5454
// ...
5555
)

0 commit comments

Comments
 (0)