Browse Source

Update features.md

pull/22876/head
maliming 1 year ago
committed by GitHub
parent
commit
89e2fe7cdf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/framework/infrastructure/features.md

2
docs/en/framework/infrastructure/features.md

@ -424,7 +424,7 @@ namespace FeaturesDemo
return Task.FromResult("true");
}
return null;
return Task.FromResult<string>(null);
}
}
}

Loading…
Cancel
Save