Skip to content

Commit

Permalink
Fixed incomplete sentence.
Browse files Browse the repository at this point in the history
Modified the second paragraph by fixing an incomplete sentence.
  • Loading branch information
hasselg committed Apr 12, 2014
1 parent 5fa3d51 commit 78fb5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conditional/else.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(country === 'England'){
}
```

The `else` clause can be join with another `if`, lets remake the example from the previous article:
The `else` clause can be join with another `if`. Lets remake the example from the previous article:

```javascript
if(country === 'England') {
Expand Down Expand Up @@ -53,4 +53,4 @@ if (name === "John") {
assert(name === "Aaron");
```

---
---

0 comments on commit 78fb5f2

Please sign in to comment.