Skip to content

Commit 53605be

Browse files
author
Michael O'Brien
committed
DOC
1 parent a2c3083 commit 53605be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/Http.es

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ UNUSED
591591
native function setCredentials(username: String?, password: String?, type: String = null): Void
592592

593593
/**
594-
Set a request header. Use setHeaders() to set all the headers. Use $getRequestHeaders() to retrieve and examine
594+
Set a request header. Use $getRequestHeaders() to retrieve and examine
595595
the request header set.
596596
@param key The header keyword for the request, e.g. "accept".
597597
@param value The value to associate with the header, e.g. "yes"

0 commit comments

Comments
 (0)