Skip to content

Commit 264a499

Browse files
committed
update doc strings & reference
1 parent f8467e6 commit 264a499

File tree

5 files changed

+114
-134
lines changed

5 files changed

+114
-134
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![npm](https://img.shields.io/badge/npm-1.0.0%E2%80%93beta.14-blue.svg)](https://www.npmjs.com/package/@jcubic/lips)
44
![1.0.0 Complete](https://img.shields.io/github/milestones/progress-percent/jcubic/lips/1?label=1.0.0%20Complete)
5-
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&5009be50d76f3d87a49d3bcd58b8ac66781665c5)](https://travis-ci.com/jcubic/lips)
6-
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&c1abbbeea4a2dfbda33d5c9893a9d546)](https://coveralls.io/github/jcubic/lips?branch=devel)
5+
[![travis](https://travis-ci.com/jcubic/lips.svg?branch=devel&f8467e672dc767e2fbd0bf2b5ae31749b3d0991e)](https://travis-ci.com/jcubic/lips)
6+
[![Coverage Status](https://coveralls.io/repos/github/jcubic/lips/badge.svg?branch=devel&bbffc3b45ac48fb918c597ba56678937)](https://coveralls.io/github/jcubic/lips?branch=devel)
77
[![Join Gitter Chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/jcubic/lips)
88
[![GitHub license](https://img.shields.io/github/license/jcubic/lips.svg)](https://github.com/jcubic/lips/blob/master/LICENSE)
99
![NPM Download Count](https://img.shields.io/npm/dm/@jcubic/lips)

REFERENCE.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Function right shit the value a by value b.
132132

133133
## |
134134
```
135-
(& a b)
135+
(| a b)
136136
137137
Function calculate or bit operation.
138138
```
@@ -2252,9 +2252,12 @@ Return numberator of rational or same number if n is not rational.
22522252
## object-expander
22532253
```
22542254
(object-expander reaonly '(:foo (:bar 10) (:baz (1 2 3))))
2255+
(object-expander reaonly '(:foo :bar))
2256+
22552257
22562258
Recursive function helper for defining LIPS code for create objects
2257-
using key like syntax.
2259+
using key like syntax. if no values are used it will create JavaScript
2260+
shorthand objects where keys are used for keys and values
22582261
```
22592262

22602263
## object?

0 commit comments

Comments
 (0)