Remove unnecessary "otherwise"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 27 Mar 2013 15:55:08 +0100
changeset 1494 3b983a4c9a79
parent 1493 d7050ffa3516
child 1495 7c2e4abc8728
Remove unnecessary "otherwise"

See https://github.com/json-ld/json-ld.org/commit/9ccc61e60d0a5dbbb97dd1fd661e154e1f3bb70d#commitcomment-2890490
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Wed Mar 27 15:50:46 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Wed Mar 27 15:55:08 2013 +0100
@@ -1264,8 +1264,8 @@
         <li>If <i>vocab</i> is <tref>true</tref> and the
           <tref>active context</tref> has a <tref>term definition</tref> for
           <i>value</i>, return the associated <tref>IRI mapping</tref>.</li>
-        <li>Otherwise, if <i>value</i> contains a colon (<code>:</code>),
-          it is either an <tref>absolute IRI</tref> or a <tref>compact IRI</tref>:
+        <li>If <i>value</i> contains a colon (<code>:</code>), it is either
+          an <tref>absolute IRI</tref> or a <tref>compact IRI</tref>:
           <ol class="algorithm">
             <li>Split <i>value</i> into a <tref>prefix</tref> and <i>suffix</i>
               at the first occurrence of a colon (<code>:</code>).</li>