Skip to content

Commit

Permalink
Update documentation, valueOf is fromValue, fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Nov 10, 2014
1 parent da00464 commit 71456fd
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
Expand Up @@ -167,7 +167,7 @@ Tests if the specified object is a Long.
| obj | *** | Object
| **@returns** | *boolean* |

#### Long.valueOf(val)
#### Long.fromValue(val)

Converts the specified value to a Long.

Expand Down
2 changes: 1 addition & 1 deletion doco/Long.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Tests if the specified object is a Long.
| obj | *** | Object
| **@returns** | *boolean* |

#### Long.valueOf(val)
#### Long.fromValue(val)

Converts the specified value to a Long.

Expand Down

0 comments on commit 71456fd

Please sign in to comment.