Skip to content

Commit

Permalink
Minor copy fixes (ordinals#1730)
Browse files Browse the repository at this point in the history
Co-authored-by: raphjaph <[email protected]>
  • Loading branch information
kn0wmad and raphjaph committed Feb 21, 2023
1 parent 4d6d7a0 commit d885739
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/src/digital-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ yours:
because nobody can own it.

- Digital artifacts are complete. An NFT that points to off-chain content
on IPFS or Arweave is incomplete, and thus not a digital artifacts.
on IPFS or Arweave is incomplete, and thus is not a digital artifact.

- Digital artifacts are permissionless. An NFT which cannot be sold without
paying a royalty is not permissionless, and thus not a digital artifact.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/guides/inscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ Additionally, inscriptions are included in transactions, so the larger the
content, the higher the fee that the inscription transaction must pay.

Inscription content is included in transaction witnesses, which receive the
witness discount. To calculate the approximate fee that in inscribe transaction
will pay, divide the content size by four and multiply by the fee rate.
witness discount. To calculate the approximate fee that an inscribe transaction
will pay, divide the content size by four and muliply by the fee rate.

Inscription transactions must be less than 400,000 weight units, or they will
not be relayed by Bitcoin Core. One byte of inscription content costs one
Expand Down
2 changes: 1 addition & 1 deletion docs/src/inscriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ created by the commit transaction is spent, revealing the inscription content
on-chain.

Inscription content is serialized using data pushes within unexecuted
conditionals, called an "envelopes". Envelopes consist of an `OP_FALSE OP_IF …
conditionals, called "envelopes". Envelopes consist of an `OP_FALSE OP_IF …
OP_ENDIF` wrapping any number of data pushes. Because envelopes are effectively
no-ops, they do not change the semantics of the script in which they are
included, and can be combined with any other locking script.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Exotics
Satoshis may be prized for reasons other than their name or rarity. This might
be due to a quality of the number itself, like having an integer square or cube
root. Or it might be due to a connection to a historical event, such as
satoshis from block 477,120, the block in which SegWit activated,
satoshis from block 477,120, the block in which SegWit activated, or
2099999997689999°, the last satoshi that will ever be mined.

Such satoshis are termed "exotic". Which satoshis are exotic and what makes
Expand Down

0 comments on commit d885739

Please sign in to comment.