Skip to content

Commit

Permalink
Fix typos and grammar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgebucaran committed Feb 22, 2019
1 parent da57a2f commit 8941418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -105,7 +105,7 @@ Getopts follows the [POSIX Utility Syntax Guidelines](http://pubs.opengroup.org/
d true
```

- Symbols, numbers and other non-alphabetic characters can be used as an option, if they're the first character after a hyphen.
- Symbols, numbers and other non-alphabetic characters can be used as an option if they're the first character after a hyphen.

```console
$ getopts -9 -@10 -/0.01
Expand Down Expand Up @@ -136,7 +136,7 @@ Getopts follows the [POSIX Utility Syntax Guidelines](http://pubs.opengroup.org/

### Operands

- Every non-option, standalone argument is treated as an operand, and its key will be an underscore `_`.
- Every non-option standalone argument will be treated as an operand, and its key will be an underscore `_`.

```console
$ getopts alpha -w9
Expand Down

0 comments on commit 8941418

Please sign in to comment.