Skip to content

Commit

Permalink
add more program language keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
JiChao99 committed Oct 24, 2020
1 parent 60d2ecc commit 2c2e19d
Show file tree
Hide file tree
Showing 4 changed files with 2,248 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CheckKeywords/CheckKeywordsBlazor/Pages/Index.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public partial class Index
[Inject]
protected HttpClient Client { get; set; }
private CheckResult Result;
private string Param;
private string Param = string.Empty;

private async Task Check()
{
Expand Down
Loading

0 comments on commit 2c2e19d

Please sign in to comment.