Skip to content

Commit 9459214

Browse files
committed
fix comment
1 parent 73f78ee commit 9459214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsDomains.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public abstract class DevToolsDomains
3535

3636
// This is the list of known supported DevTools version implementation.
3737
// When new versions are implemented for support, new types must be
38-
// added to this dictionary.
38+
// added to this array and to the method below.
3939
private static int[] SupportedDevToolsVersions =>
4040
[
4141
130,

0 commit comments

Comments
 (0)