Skip to content

Commit

Permalink
Fix typos (ordinals#3418)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxianBoy authored and harutyunaraci committed Apr 2, 2024
1 parent 491e89e commit 4d53889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/ordinals/src/runestone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ impl Runestone {
continue;
}

// construct the payload by concatinating remaining data pushes
// construct the payload by concatenating remaining data pushes
let mut payload = Vec::new();

for result in instructions {
Expand Down
2 changes: 1 addition & 1 deletion docs/src/inscriptions/delegate.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ OP_ENDIF
Note that the value of tag `11` is decimal, not hex.

The delegate field value uses the same encoding as the parent field. See
[provenance](provenance.md) for more examples of inscrpition ID encodings;
[provenance](provenance.md) for more examples of inscription ID encodings;

0 comments on commit 4d53889

Please sign in to comment.