Replaced tabs with spaces in YAML.

This commit is contained in:
Dmitry Panov 2016-11-19 23:13:26 +00:00
parent bef7f988d2
commit ffd8039386
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
es6id: 9.5.8
esid: sec-proxy-object-internal-methods-and-internal-slots-get-p-receiver
description: >
Pass to target's [[Get]] correct receiver if trap is missing
Pass to target's [[Get]] correct receiver if trap is missing
info: >
[[Get]] (P, Receiver)

View File

@ -4,7 +4,7 @@
es6id: 9.5.9
esid: sec-proxy-object-internal-methods-and-internal-slots-set-p-v-receiver
description: >
Pass to target's [[Set]] correct receiver if trap is missing
Pass to target's [[Set]] correct receiver if trap is missing
info: >
[[Set]] (P, V, Receiver)