소스 검색

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 \