Procházet zdrojové kódy

Cat command sentence - stdlib

- Revised cat command sentence based on discussion
d-s-1 před 8 roky
rodič
revize
4e67774433
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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**