Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit ec9c0d7

Browse files
committed
chore(largetable-bp): fix typo in main.html
1 parent fd2d6c0 commit ec9c0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/largetable-bp/main.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<div>ngBind + fnInvocation: <input type=radio ng-model="benchmarkType" value="ngBindFn"></div>
1717
<div>interpolation + fnInvocation: <input type=radio ng-model="benchmarkType" value="interpolationFn"></div>
1818
<div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="ngBindFilter"></div>
19-
<div>ngBind + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>
19+
<div>interpolation + filter: <input type=radio ng-model="benchmarkType" value="interpolationFilter"></div>
2020

2121
<ng-switch on="benchmarkType">
2222
<baseline-binding-table ng-switch-when="baselineBinding">

0 commit comments

Comments
 (0)