You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
Fix Typographical Errors in Function Descriptions
This pull request addresses and fixes critical typographical errors in
the descriptions of several functions that affect code clarity and
correctness.
#### Fixed Issues:
1. **Typo in "contex.Context"**:
- In the descriptions of the following functions:
`ValidateAvailability`, `RetrieveBlockData`, and `PutBlock`, the
reference to **"contex.Context"** has been corrected to
**"context.Context"**.
- **Importance**: This correction is crucial as the incorrect spelling
could lead to confusion or misinterpretation of the intended type,
especially for developers referencing or using these functions. Proper
naming ensures clarity, adherence to Go standards, and minimizes
potential errors or misunderstandings in documentation and code
navigation.
#### PR checklist
- [x] Tests written/updated
- [ ] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [x] Updated relevant documentation (`docs/` or `spec/`) and code
comments
---
**Please review and consider merging this fix. Thank you!**
0 commit comments