Skip to content

Commit

Permalink
Minor API.md issue - removing unsupported syntax info.
Browse files Browse the repository at this point in the history
  • Loading branch information
koresar committed Sep 21, 2016
1 parent 6dfcc8f commit c021910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/API.md
Expand Up @@ -195,9 +195,9 @@ console.log(stamp({factor: 5}).factor); // 5
```


### stamp.init(...args)
### stamp.init(...args) and stamp.initializers(...args)

Take n functions, an array of functions, or n objects and add
Take n functions or array(s) of functions and add
the functions to the initializers list of a new stamp. Creates new stamp.
* `@return {Object} stamp` The new stamp based on the original `this` stamp.

Expand Down

0 comments on commit c021910

Please sign in to comment.