Skip to content

Commit

Permalink
fix missing parenthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Sep 8, 2020
1 parent ed355b0 commit dec6d0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![LIPS - Scheme Based Powerful Lisp Language](https://github.com/jcubic/lips/blob/devel/assets/lips.svg?raw=true)

[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.4-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&e6e7d81f8bdb76730b9b1769ef4ca3a918220fbb)](https://travis-ci.org/jcubic/lips)
[![travis](https://travis-ci.org/jcubic/lips.svg?branch=devel&ed355b02f13ec997c52bd86eee6593c92ffcd4e1)](https://travis-ci.org/jcubic/lips)
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&2c48907438a7265935a7b21e6931008d)](https://coveralls.io/github/jcubic/lips?branch=devel)
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)

Expand Down
2 changes: 1 addition & 1 deletion lib/R7RS.scm
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
(begin result1 result2 ...))))
"(when test body ...)
Macro execute body when test expression is true."
Macro execute body when test expression is true.")

;; -----------------------------------------------------------------------------
(define-syntax unless
Expand Down

0 comments on commit dec6d0c

Please sign in to comment.