Skip to content

Commit 24fe580

Browse files
authored
Merge pull request #411 from tkanai/gh-pages
Fixed some typos in Example 29 and 30.
2 parents 2530688 + 1dbc0ed commit 24fe580

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

selector-note/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2454,8 +2454,8 @@ <h3 id="h-serializing-iri-to-url" resource="#h-serializing-iri-to-url"><span pro
24542454
<div class="example-title marker"><span>Example 29</span><span style="text-transform: none">: Text Quote Selector in Japanese as an IRI and a URL, respectively</span></div>
24552455
<pre class="nohighlight">http://jp.example.org/page1
24562456
#selector(type=TextQuoteSelector,
2457-
exact=ぺんを,
2458-
prefix=私は,
2457+
exact=ペンを,
2458+
prefix=私は,
24592459
suffix=持っています)
24602460

24612461
http://jp.example.org/page1
@@ -2473,7 +2473,7 @@ <h3 id="h-serializing-iri-to-url" resource="#h-serializing-iri-to-url"><span pro
24732473

24742474
http://example.org/page1
24752475
#selector(type=TextQuoteSelector,exact=annotation,
2476-
prefix=this%2520is%2520an%2520,=%2520that%2520has%2520some)</pre>
2476+
prefix=this%2520is%2520an%2520,suffix=%2520that%2520has%2520some)</pre>
24772477
</div>
24782478

24792479
<p>Note that the IRI may also contain an internationalized domain name, which must be encoded as well (see [<cite><a class="bibref" href="#bib-rfc3490">rfc3490</a></cite>]).</p>

0 commit comments

Comments
 (0)