From 22ec3662e99aae4b3b8849c25affee525b005e63 Mon Sep 17 00:00:00 2001 From: "Matthew \"strager\" Glazar" Date: Thu, 4 Jan 2024 01:13:16 -0500 Subject: [PATCH] fix(docs): fix stray merge conflict marker My fault! --- docs/errors/E0718.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/errors/E0718.md b/docs/errors/E0718.md index 825d7f0b9c..79a565ece6 100644 --- a/docs/errors/E0718.md +++ b/docs/errors/E0718.md @@ -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 ``` ->>>>>>>