Skip to content

Commit 13b2bc4

Browse files
committed
Fix comment
1 parent 0581a8d commit 13b2bc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/reports/resources/report-page.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var allWarnings = []
7272

7373
var sortState = {
7474
key: "name",
75-
dir: true, // true = ascending, false = descending
75+
dir: true, // true = descending, false = ascending
7676
}
7777

7878
// Next are various strings used in the UI

0 commit comments

Comments
 (0)