Skip to content

Commit fc61089

Browse files
authored
hparams: fix typo in comment (#1843)
Summary: This fixes a lint warning raised by the Google import bot. Test Plan: None. wchargin-branch: hparams-fix-typo
1 parent 57ff0f6 commit fc61089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
}, 100);
163163
},
164164

165-
// Creates the DOM elements comprising the scatter-plot-matix plot and
165+
// Creates the DOM elements comprising the scatter-plot-matrix plot and
166166
// registers event handlers to handle user actions.
167167
_draw() {
168168
const utils = tf.hparams.utils;

0 commit comments

Comments
 (0)