Skip to content

Commit d507379

Browse files
Change function name in docs.
Signed-off-by: Mike Turner <[email protected]>
1 parent 71f051b commit d507379

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api_reference/sdk-src_wasm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3593,7 +3593,7 @@ Cryptographic signature of a message signed by an Aleo account
35933593
35943594
## Methods
35953595
3596-
### `sign_value(private_key, message) ► Signature`
3596+
### `signValue(private_key, message) ► Signature`
35973597
35983598
![modifier: public](images/badges/modifier-public.svg) ![modifier: static](images/badges/modifier-static.svg)
35993599
@@ -3681,7 +3681,7 @@ __*return*__ | [Plaintext](sdk-src_wasm.md) | **
36813681
36823682
---
36833683
3684-
### `verify_value(address, message) ► boolean`
3684+
### `verifyValue(address, message) ► boolean`
36853685
36863686
![modifier: public](images/badges/modifier-public.svg)
36873687

0 commit comments

Comments
 (0)