protocolbuffers / protocolbuffers/protobuf
It seems there is a typo in C++ Arena Allocation Guide document.
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 72k
- Forks
- 16.3k
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 140
Description
C++ Arena Allocation Guide document link:
https://protobuf.dev/reference/cpp/arenas/#:~:text=Arena%20allocation%20is%20a%20C%2B%2B-only%20feature%20that%20helps,and%20improve%20performance%20when%20working%20with%20protocol%20buffers.
Should "release_message" in the red box be changed to "release_nested_message"?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the C++ Arena Allocation Guide at the linked protobuf.dev section and compare the red-box reference with the surrounding API documentation. Confirm whether “release_message” should read “release_nested_message,” then update the documentation and verify that the displayed link and wording are correct.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100