Update comments for sequence combinator functions in Nom documentation
Enhance documentation for sequence combinator functions in Nom
This PR updates the documentation for several key sequence combinator functions in Nom, including delimited, preceded, terminated, pair, and separated_pair. The revised comments now offer more detailed and clearer explanations of each function's behavior. These enhancements are designed to improve the user experience by making it easier for developers to grasp the functionality and usage of these combinators.
The changes have been carefully crafted to align with the existing documentation style and to ensure that the new information is both accurate and useful. I believe these updates will be beneficial to the community, as they provide a more comprehensive understanding of these important Nom features.
I've taken the liberty of copying the content from the Nom Rust docs to ensure consistency across our documentation. This approach should help maintain a unified voice and quality standard for our users.
Thank you for considering this PR, and I look forward to your feedback. 😄