avail
avail copied to clipboard
Add missing backtick in comment
Pull Request type
Please add the labels corresponding to the type of changes your PR introduces:
- [ ] Feature
- [ ] Bugfix
- [ ] Refactor
- [ ] Format
- [x] Documentation
- [ ] Testing
- [ ] Other:
Description
Add missing backtick in comment
Related Issues
Testing Performed
Checklist
- [ ] I have performed a self-review of my own code.
- [ ] The tests pass successfully with
cargo test
. - [ ] The code was formatted with
cargo fmt
. - [ ] The code compiles with no new warnings with
cargo build --release
andcargo build --release --features runtime-benchmarks
. - [ ] The code has no new warnings when using
cargo clippy
. - [ ] If this change affects documented features or needs new documentation, I have created a PR with a documentation update.