File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ declare module "node:http" {
954954 * been transmitted are equal or not.
955955 *
956956 * Attempting to set a header field name or value that contains invalid characters
957- * will result in a \[ `Error`\]\[\] being thrown.
957+ * will result in a `Error` being thrown.
958958 * @since v0.1.30
959959 */
960960 writeHead (
Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ declare module "http" {
901901 * been transmitted are equal or not.
902902 *
903903 * Attempting to set a header field name or value that contains invalid characters
904- * will result in a \[ `Error`\]\[\] being thrown.
904+ * will result in a `Error` being thrown.
905905 * @since v0.1.30
906906 */
907907 writeHead (
Original file line number Diff line number Diff line change @@ -928,7 +928,7 @@ declare module "http" {
928928 * been transmitted are equal or not.
929929 *
930930 * Attempting to set a header field name or value that contains invalid characters
931- * will result in a \[ `Error`\]\[\] being thrown.
931+ * will result in a `Error` being thrown.
932932 * @since v0.1.30
933933 */
934934 writeHead (
Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ declare module "http" {
939939 * been transmitted are equal or not.
940940 *
941941 * Attempting to set a header field name or value that contains invalid characters
942- * will result in a \[ `Error`\]\[\] being thrown.
942+ * will result in a `Error` being thrown.
943943 * @since v0.1.30
944944 */
945945 writeHead (
You can’t perform that action at this time.
0 commit comments