Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor copy fixes #1730

Merged
merged 3 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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