]> git.taranathan.com Git - FRC2026.git/commitdiff
Fix Javadoc grammar: "an notification" → "a notification" in Elastic.java
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Fri, 27 Mar 2026 21:31:12 +0000 (21:31 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Mar 2026 21:31:12 +0000 (21:31 +0000)
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>
src/main/java/frc/robot/util/Elastic.java

index 04a39bca62e164fa085663e34bbc88e79a690b27..1eb6e40eb3616b47f2d0177b824ee931b72a22ef 100644 (file)
@@ -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.
    */