Skip to content

Commit dac97d4

Browse files
youennfdomenic
andauthored
Update index.bs
Co-authored-by: Domenic Denicola <[email protected]>
1 parent 2967530 commit dac97d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ A RTCRtpTransform has two private slots called `[[readable]]` and `[[writable]]`
210210
The <dfn attribute for="RTCRtpSender,RTCRtpReceiver">transform</dfn> getter steps are:
211211
1. Return [=this=].`[[transform]]`.
212212

213-
On setting the transform attribute, the user agent MUST run the following steps:
213+
The `transform` setter steps are:
214214
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the setter is invoked.
215215
2. Let |transform| be the argument to the setter.
216216
3. Let |checkedTransform| set to |transform| if it is not null or to an [=identity transform stream=] otherwise.

0 commit comments

Comments
 (0)