File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
crates/web-sys/webidls/enabled Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ interface RTCPeerConnection : EventTarget {
143
143
144
144
partial interface RTCPeerConnection {
145
145
146
- // Dummy Promise< undefined> return values aundefined "WebIDL.WebIDLError: error:
146
+ // Dummy Promise< undefined> return values avoid "WebIDL.WebIDLError: error:
147
147
// We have overloads with both Promise and non- Promise return types"
148
148
149
149
Promise< undefined> createOffer (RTCSessionDescriptionCallback successCallback,
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ interface TCPSocket : EventTarget {
151
151
/**
152
152
* After send has buffered more than 64k of data, it returns false to
153
153
* indicate that the client should pause before sending more data, to
154
- * aundefined accumulating large buffers. This is only advisory, and the client
154
+ * avoid accumulating large buffers. This is only advisory, and the client
155
155
* is free to ignore it and buffer as much data as desired, but if reducing
156
156
* the size of buffers is important (especially for a streaming application)
157
157
* the "drain" event will be dispatched once the previously- buffered data has
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ interface TextEncoder {
17
17
readonly attribute DOMString encoding;
18
18
/*
19
19
* This is spec- wise USVString but marking it as
20
- * DOMString to aundefined duplicate work. Since the
20
+ * DOMString to avoid duplicate work. Since the
21
21
* UTF- 16 to UTF- 8 converter performs processing
22
22
* that's equivalent to first converting a
23
- * DOMString to a USVString, let's aundefined having
23
+ * DOMString to a USVString, let's avoid having
24
24
* the binding code doing it, too.
25
25
*/
26
26
[NewObject]
You can’t perform that action at this time.
0 commit comments