Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc copy paste error #57

Closed
woutersl opened this issue Aug 9, 2018 · 2 comments
Closed

Doc copy paste error #57

woutersl opened this issue Aug 9, 2018 · 2 comments

Comments

@woutersl
Copy link
Member

woutersl commented Aug 9, 2018

Original report by Alexey Smirnov (Bitbucket: 5b4cb1f71fd8f72ca71b68ba, GitHub: RamyAlexis).


There is same description for the different functions.
Looks like this is copy paste issue.

#!c#

/// <summary>
/// Walk the AST using a visitor
/// </summary>
public static void Visit(ParseResult result, Visitor visitor)

/// <summary>
/// Walk the AST using a visitor
/// </summary>
public static void VisitASTNode(ASTNode node, Visitor visitor)
@woutersl
Copy link
Member Author

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Indeed this is an oversight! Thanks for the input.

@woutersl
Copy link
Member Author

Original comment by Laurent Wouters (Bitbucket: 557058:675792b6-d731-4823-9f7d-c6dfcb2df2b5, ).


Fixed in 52ad16b.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant