Kaynağa Gözat

Cat command sentence - stdlib

- Revised cat command sentence based on discussion
d-s-1 8 yıl önce
ebeveyn
işleme
4e67774433
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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**