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

fix a typo in the csharp-target doc #3089

Merged
merged 2 commits into from Feb 21, 2021
Merged

Conversation

namasikanam
Copy link
Contributor

CharStreams.fromstring(input);

should be fixed to

CharStreams.fromString(input);

so as to run functionally.
The code of this API is at here.

@ericvergnaud ericvergnaud merged commit 60fd27f into antlr:master Feb 21, 2021
@ericvergnaud ericvergnaud added this to the 4.9.2 milestone Mar 7, 2021
This was referenced Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants