aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html')
-rw-r--r--tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html b/tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html
index 0ee694e1e6..79409ce2a0 100644
--- a/tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html
+++ b/tensorflow/tensorboard/components/tf_graph_board/tf-graph-board.html
@@ -180,10 +180,9 @@ Polymer({
graph: Object,
stats: Object,
/**
- * @type {value: number, msg: string}
- *
* A number between 0 and 100 denoting the % of progress
* for the progress bar and the displayed message.
+ * @type {{value: number, msg: string}}
*/
progress: Object,
colorBy: String,