Skip to content
Prev Previous commit
Next Next commit
Reword deprecation note.
  • Loading branch information
jonathanedey committed Jul 23, 2024
commit 254589c1a3964bbe880d545b6a8ef310eda5282d
2 changes: 1 addition & 1 deletion src/messaging/messaging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export class Messaging {
* messaging.sendEach(messages);
* ```
*
* @deprecated This is to be removed once the HTTP/2 transport implementation reaches the same
* @deprecated This will be removed when the HTTP/2 transport implementation reaches the same
* stability as the legacy HTTP/1.1 implementation.
*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we get a TW review on this?

public enableLegacyHttpTransport(): void {
Expand Down