From ae2f17d743ae65cabdc5d81f4465724a28aafd19 Mon Sep 17 00:00:00 2001 From: William Chargin Date: Wed, 13 Feb 2019 11:03:06 -0800 Subject: [PATCH] hparams: fix typo in comment Summary: This fixes a lint warning raised by the Google import bot. Test Plan: None. wchargin-branch: hparams-fix-typo --- .../tf-hparams-scatter-plot-matrix-plot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html b/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html index 4a1d459fb8..9db99bed3c 100644 --- a/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html +++ b/tensorboard/plugins/hparams/tf_hparams_scatter_plot_matrix_plot/tf-hparams-scatter-plot-matrix-plot.html @@ -162,7 +162,7 @@ }, 100); }, - // Creates the DOM elements comprising the scatter-plot-matix plot and + // Creates the DOM elements comprising the scatter-plot-matrix plot and // registers event handlers to handle user actions. _draw() { const utils = tf.hparams.utils;