Skip to content

Commit 0b8b081

Browse files
authored
Fix comment syntax for simulated error example
1 parent 0f72b1f commit 0b8b081

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)