From 36711c073ca6f29047fcfae149eb871d54811697 Mon Sep 17 00:00:00 2001 From: Takayoshi Kochi Date: Wed, 7 Oct 2015 12:19:00 +0900 Subject: [PATCH] Minor editorial fixes. --- spec/shadow/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 2a3540f2..c32e4c5c 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -311,7 +311,7 @@

Slotting Algorithm

Input
NODE, a node
Output
-
(nullable) SLOT, a slot to where NODE is assigned.
+
(nullable) SLOT, a slot to which NODE is assigned.
    @@ -323,7 +323,7 @@

    Slotting Algorithm

  1. If NAME is the empty string or missing:
      -
    1. Let SLOT be a default slot for TREE if it exits, Otherwise, null
    2. +
    3. Let SLOT be a default slot for TREE if it exists, Otherwise, null