Typo in documentation: "an secure" → "a secure" #60253
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-_http
type-documentation
A request to add or improve documentation
There is a small typo in the documentation/code comments. The phrase "an secure HTTP request" should be "a secure HTTP request."
File: sdk/lib/_http/http.dart
Line number: 1677
Suggested Fix:
Change
/// When an secure HTTP request if made, using this HttpClient, and the
To
/// When a secure HTTP request if made, using this HttpClient, and the
The text was updated successfully, but these errors were encountered: