Skip to content

Commit

Permalink
fix(docs): fix stray merge conflict marker
Browse files Browse the repository at this point in the history
My fault!
  • Loading branch information
strager committed Jan 4, 2024
1 parent 6561ff5 commit 22ec366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/errors/E0718.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,3 @@ Replacing the `.` with `?.` will prevent the errors from being thrown at runtime
let bug = { milestone: null };
console.log(bug.milestone?.name?.trim()); // undefined
```
>>>>>>>

0 comments on commit 22ec366

Please sign in to comment.