Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Typo fix Update adr-002-ipld-da-sampling.md (#1535)
## 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!**
- Loading branch information