Skip to content

Commit

Permalink
Fix typo in comment (#13549)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrea committed Feb 6, 2024
1 parent 085ad4d commit 08c7c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/org/openqa/selenium/logging/LogType.java
Expand Up @@ -32,7 +32,7 @@ public class LogType {
/** This log type pertains to logs relating to performance timings. */
public static final String PERFORMANCE = "performance";

/** This log type pertains to logs relating to performance timings. */
/** This log type pertains to logs relating to profiler timings. */
public static final String PROFILER = "profiler";

/** This log type pertains to logs from the remote server. */
Expand Down

0 comments on commit 08c7c01

Please sign in to comment.