Skip to content

Commit 433c38d

Browse files
committed
Update suites/algorithms.js improve language Implementation not Verifier.
1 parent 5413e78 commit 433c38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suites/algorithms.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export function algorithmsSuite({
2121
this.matrix = true;
2222
this.report = true;
2323
this.rowLabel = 'Test Name';
24-
this.columnLabel = 'Verifier';
24+
this.columnLabel = 'Implementation';
2525
this.implemented = [];
2626
for(const [vendorName, {endpoints}] of implemented) {
2727
if(!endpoints) {

0 commit comments

Comments
 (0)