This commit is contained in:
Eric Vergnaud 2020-12-13 10:13:34 +08:00
parent c87e55b611
commit 441b0d60e7
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ namespace Antlr4.Runtime
/// <summary>Creates an <see cref="ICharStream"/> given a <see cref="string"/>.
/// </summary>
public static ICharStream fromstring(string s)
public static ICharStream fromString(string s)
{
return new CodePointCharStream(s);
}