Skip to content

Commit

Permalink
Delete unnecessary space in streams_pipes_and_lists
Browse files Browse the repository at this point in the history
  • Loading branch information
denysdovhan committed Dec 25, 2017
1 parent d199fb0 commit 2ffce88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/streams_pipes_and_lists/problem.en.md
Expand Up @@ -4,7 +4,7 @@ This exercise is very important because streams, pipes, and lists of commands ar

### Streams

Bash receives input and sends output as sequences or **streams** of characters. These streams may be redirected into files or vice versa.
Bash receives input and sends output as sequences or **streams** of characters. These streams may be redirected into files or vice versa.

There are three descriptors:

Expand Down

0 comments on commit 2ffce88

Please sign in to comment.