Skip to content

Commit

Permalink
Merge pull request #105 from xiaoxianBoy/fixdevelop
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
lidangzzz committed Mar 16, 2024
2 parents 128b2e6 + 4f61762 commit fa7c165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion darc-docs/docs/DARC Protocol/Condition Nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const conditionTree =

### Boolean Values

There are two boolean values in the DARC protocol: class `TRUE` and clss `FALSE`, or wrapper function `boolean_true()` and `boolean_false()`. They are used to represent a boolean node in the condition tree.
There are two boolean values in the DARC protocol: class `TRUE` and class `FALSE`, or wrapper function `boolean_true()` and `boolean_false()`. They are used to represent a boolean node in the condition tree.

### Condition Expression

Expand Down
2 changes: 1 addition & 1 deletion darc-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const darc_contract_address = await darcjs.deployDARC(
DARC_VERSION.Test, signer
);

// acceess the deployed DARC via the DARC contract address
// access the deployed DARC via the DARC contract address
const myDeployedDARC = new darcjs.DARC({
address: darc_contract_address,
wallet: signer,
Expand Down

0 comments on commit fa7c165

Please sign in to comment.