Fix typos

This commit is contained in:
Joe Farebrother
2025-11-10 10:58:07 +00:00
parent 6282c34396
commit 1bd5005fc1
3 changed files with 3 additions and 3 deletions

View File

@@ -384,7 +384,7 @@ module Http {
/** Provides a class for modeling HTTP response cookie writes. */
module CookieWrite {
/**
* An write of an HTTP Cookie to an HTTP response.
* A write of an HTTP Cookie to an HTTP response.
*
* Extend this class to model new APIs. If you want to refine existing API models,
* extend `HTTP::CookieWrite` instead.
@@ -405,7 +405,7 @@ module Http {
}
/**
* An write of an HTTP Cookie to an HTTP response.
* A write of an HTTP Cookie to an HTTP response.
*
* Extend this class to refine existing API models. If you want to model new APIs,
* extend `HTTP::CookieWrite::Range` instead.

View File

@@ -8,7 +8,7 @@
* @security-severity 5.0
* @id go/cookie-secure-not-set
* @tags security
* external/cwe/cwe-1004
* external/cwe/cwe-614
*/
import go