Skip to content

Commit 2967530

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,7 @@ The <dfn>writeEncodedData</dfn> algorithm is given a |rtcObject| as parameter an
208208
A RTCRtpTransform has two private slots called `[[readable]]` and `[[writable]]`.
209209

210210
The <dfn attribute for="RTCRtpSender,RTCRtpReceiver">transform</dfn> getter steps are:
211-
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the getter is invoked.
212-
2. Return |rtcObject|.`[[transform]]`.
211+
1. Return [=this=].`[[transform]]`.
213212

214213
On setting the transform attribute, the user agent MUST run the following steps:
215214
1. Let |rtcObject| be the {{RTCRtpReceiver}} or {{RTCRtpSender}} on which the setter is invoked.

0 commit comments

Comments
 (0)