浏览代码

Cat command sentence - stdlib

- Revised cat command sentence based on discussion
d-s-1 8 年之前
父节点
当前提交
4e67774433
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stdlib.md

+ 1 - 1
stdlib.md

@@ -39,7 +39,7 @@ Output:
 
 <pre><code>{% include "./programs/stdlib_logging.txt" %}</code></pre>
 
-I've used the `cat` command in the command line to read the 'test.log' file, but if you don't have the `cat` command, you can just open the `test.log` file in a text editor.
+The `cat` command is used in the command line to read the 'test.log' file.  If the `cat` command is not available, you can open the `test.log` file in a text editor instead.
 
 **How It Works**