Browse Source

PrivateKey: Fix typo

patch-2
Braydon Fuller 10 years ago
parent
commit
01069be8d8
  1. 2
      docs/PrivateKey.md

2
docs/PrivateKey.md

@ -43,7 +43,7 @@ The code to do these validations looks like this:
```javascript
// validate an address
if (PrivateKey.isValid(input){
if (PrivateKey.isValid(input)){
...
}

Loading…
Cancel
Save