Skip to content

Commit fb4b964

Browse files
author
Jessica Shi
committed
fix dense -> dense array
1 parent 7bc27d9 commit fb4b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ function demo() {
235235
var listId = "dims" + t;
236236
var formatNameId = "format" + t;
237237
var formatName = tblFormatsView.namesCache.hasOwnProperty(t) ?
238-
tblFormatsView.namesCache[t] : "Dense";
238+
tblFormatsView.namesCache[t] : "Dense array";
239239

240240
listTensorsBody += "<tr>";
241241
listTensorsBody += "<td class=\"mdl-data-table__cell--non-numeric\" ";

0 commit comments

Comments
 (0)