Skip to content

Commit

Permalink
Remove three spaces which are not needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdiem committed Sep 18, 2014
1 parent dd151d5 commit bfee1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ch01/1.6/1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ declarations, give the scope for each of the twelve declarations.
```
Block B1:
declarations: -> scope
w B1-B3-B4
w B1-B3-B4
x B1-B2-B4
y B1-B5
z B1-B2-B5
Expand All @@ -67,11 +67,11 @@ Block B2:
z B2
Block B3:
declarations: -> scope
w B3
w B3
x B3
Block B4:
declarations: -> scope
w B4
w B4
x B4
Block B5:
declarations: -> scope
Expand Down

0 comments on commit bfee1e1

Please sign in to comment.