From: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Date: Fri, 27 Mar 2026 21:31:12 +0000 (+0000) Subject: Fix Javadoc grammar: "an notification" → "a notification" in Elastic.java X-Git-Url: https://git.taranathan.com/?a=commitdiff_plain;h=d6266362a7a4f6b1b02706d1e2885dd8b7328c03;p=FRC2026.git Fix Javadoc grammar: "an notification" → "a notification" in Elastic.java Agent-Logs-Url: https://github.com/iron-claw-972/FRC2026/sessions/051906b4-4be6-46d7-87cb-278bb2422394 Co-authored-by: Arnav814 <74715690+Arnav814@users.noreply.github.com> --- diff --git a/src/main/java/frc/robot/util/Elastic.java b/src/main/java/frc/robot/util/Elastic.java index 04a39bc..1eb6e40 100644 --- a/src/main/java/frc/robot/util/Elastic.java +++ b/src/main/java/frc/robot/util/Elastic.java @@ -38,7 +38,7 @@ public final class Elastic { } /** - * Sends an notification to the Elastic dashboard. The notification is serialized as a JSON string + * Sends a notification to the Elastic dashboard. The notification is serialized as a JSON string * before being published. * * @param notification the {@link Notification} object containing notification details @@ -75,7 +75,7 @@ public final class Elastic { } /** - * Represents an notification object to be sent to the Elastic dashboard. This object holds + * Represents a notification object to be sent to the Elastic dashboard. This object holds * properties such as level, title, description, display time, and dimensions to control how the * notification is displayed on the dashboard. */