Skip to content

Conversation

@FabzDev
Copy link
Owner

This pull request addresses a small change by updating the variable name from parser to formatter. The reason for this modification is that the variable parser was incorrectly named, and it does not exist in the current context. By changing it to formatter, the variable now accurately reflects its purpose in parsing the input.

pull request

Changes Made: Renamed variable parser to formatter for clarity and correctness.
It's my first pull request, thank you!


Reviewer Resources:

Track Policies

This pull request addresses a small change by updating the variable name from parser to formatter. The reason for this modification is that the variable parser was incorrectly named, and it does not exist in the current context. By changing it to formatter, the variable now accurately reflects its purpose in parsing the input.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@FabzDev