Skip to content

Commit aeacfde

Browse files
committed
fixed typo the the in the Writing Functions of 05-Bash-Programming.Rmd
Change-Id: I67954d535aaca11dc26e4e9e9181c5f5b49ec04e
1 parent 76e15da commit aeacfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

05-Bash-Programming.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1470,7 +1470,7 @@ Take a look at the `man` page for `yes` to learn more about the program.
14701470
### Writing Functions
14711471

14721472
A function is a small piece of code that has a name. Writing functions allows
1473-
us to re-use the same code multiple times across programs. Functions have the
1473+
us to re-use the same code multiple times across programs. Functions have
14741474
the following syntax:
14751475

14761476
```

0 commit comments

Comments
 (0)