浏览代码

typo fix (#353)

changed 'matchine' to 'machine'
John4782 9 年之前
父节点
当前提交
25274f7cc4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      textsum/README.md

+ 1 - 1
textsum/README.md

@@ -103,7 +103,7 @@ bazel-bin/textsum/seq2seq_attention \
   --log_root=textsum/log_root \
   --train_dir=textsum/log_root/train
 
-# Run the eval. Try to avoid running on the same matchine as training.
+# Run the eval. Try to avoid running on the same machine as training.
 bazel-bin/textsum/seq2seq_attention \
   --mode=eval \
   --article_key=article \