Fixing language on comment
This commit is contained in:
parent
6b2e092aad
commit
4687aad61e
|
|
@ -56,7 +56,6 @@ namespace Microsoft.AspNetCore.Rewrite.ModRewrite
|
||||||
else if (context.Current == Space || context.Current == Tab)
|
else if (context.Current == Space || context.Current == Tab)
|
||||||
{
|
{
|
||||||
// time to capture!
|
// time to capture!
|
||||||
// TODO: This kinda sucks, set state and skip
|
|
||||||
var token = context.Capture();
|
var token = context.Capture();
|
||||||
if (!string.IsNullOrEmpty(token))
|
if (!string.IsNullOrEmpty(token))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue