Skip to content

Commit

Permalink
esamattis#490 - added addPossession documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Chrisp committed Mar 31, 2016
1 parent 1666cb9 commit 5e76e7b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,21 @@ filter(S.startsWith('.'), [

### Individual functions


#### addPossession(string) => string

Adds possession to string where relevant

```javascript
addPossession("Apple");
// => "Apple's"
```

```javascript
addPossession("Apple's");
// => "Apple's"
```

#### numberFormat(number, [ decimals=0, decimalSeparator='.', orderSeparator=',']) => string

Formats the numbers.
Expand Down

0 comments on commit 5e76e7b

Please sign in to comment.