Skip to content

Commit 5e732b3

Browse files
Merge pull request #9 from jwshi21/dense
fix dense -> dense array
2 parents 7bc27d9 + fb4b964 commit 5e732b3

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)