Skip to content

Commit

Permalink
Merge pull request #9 from srabuini/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
soveran authored Oct 1, 2017
2 parents e92bd5c + d59e7f7 commit 99be7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clac.1
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Pop two values `a` and `b` and push the result of `b ^ a`.
.
.Bl -tag -width Fl
.It Ic sum
Pop two values `a` and `b` and push the result of `b ^ a`.
Pop all the values in the stack and push their sum.
.It Ic add
Pop the value `a` and remove that many items from the stack. Push
their sum.
Expand Down

0 comments on commit 99be7a4

Please sign in to comment.