Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
ink
Commits
23fef6db
Unverified
Commit
23fef6db
authored
Jul 13, 2021
by
Michael Müller
Committed by
GitHub
Jul 13, 2021
Browse files
Fix `cargo spellcheck` failure in CI (#855)
* Add missing words to dictionary * Fix grammar * Match only `callable's`
parent
36bbdec1
Pipeline
#147108
canceled with stages
in 5 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.config/cargo_spellcheck.dic
View file @
23fef6db
8
0
9
0
ABI
ABI
AST
AST
...
@@ -65,11 +65,14 @@ prepend
...
@@ -65,11 +65,14 @@ prepend
Django/S
Django/S
IP/S
IP/S
ink!/S
NFT/S
NFT/S
SCALE/S
accessor/S
accessor/S
allocator/S
allocator/S
backend/S
backend/S
blockchain/S
blockchain/S
callable/MS
defragment/SD
defragment/SD
encoding/S
encoding/S
endian/P
endian/P
...
...
examples/erc1155/lib.rs
View file @
23fef6db
...
@@ -100,7 +100,7 @@ pub trait Erc1155 {
...
@@ -100,7 +100,7 @@ pub trait Erc1155 {
/// Perform a batch transfer of `token_ids` to the `to` account from the `from` account.
/// Perform a batch transfer of `token_ids` to the `to` account from the `from` account.
///
///
/// The number of `values` specified to be transfer must match the number of `token_ids`,
/// The number of `values` specified to be transfer
red
must match the number of `token_ids`,
/// otherwise this call will revert.
/// otherwise this call will revert.
///
///
/// Note that the call does not have to originate from the `from` account, and may originate
/// Note that the call does not have to originate from the `from` account, and may originate
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment