Skip to content

fix a typo in the csharp-target doc#3089

Merged
ericvergnaud merged 2 commits into
antlr:masterfrom
namasikanam:master
Feb 21, 2021
Merged

fix a typo in the csharp-target doc#3089
ericvergnaud merged 2 commits into
antlr:masterfrom
namasikanam:master

Conversation

@namasikanam

Copy link
Copy Markdown
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.

3 participants