Skip to content

Commit

Permalink
deploy: 975f528
Browse files Browse the repository at this point in the history
  • Loading branch information
jeswr committed Mar 29, 2023
1 parent ebfe8f9 commit 6aa8d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/N3Parser.html
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ <h3 id="_savecontext-stores-the-current-parsing-context"><code>_saveContext</cod

</div>

<div class="content"><div class='highlight'><pre> <span class="hljs-variable language_">this</span>.<span class="hljs-property">_prefixes</span>.<span class="hljs-property">_</span> = (<span class="hljs-variable language_">this</span>.<span class="hljs-property">_graph</span> ? <span class="hljs-string">`<span class="hljs-subst">${<span class="hljs-variable language_">this</span>._graph.id.substr(<span class="hljs-number">2</span>)}</span>.`</span> : <span class="hljs-string">&#x27;.&#x27;</span>);</pre></div></div>
<div class="content"><div class='highlight'><pre> <span class="hljs-variable language_">this</span>.<span class="hljs-property">_prefixes</span>.<span class="hljs-property">_</span> = (<span class="hljs-variable language_">this</span>.<span class="hljs-property">_graph</span> ? <span class="hljs-string">`<span class="hljs-subst">${<span class="hljs-variable language_">this</span>._graph.value}</span>.`</span> : <span class="hljs-string">&#x27;.&#x27;</span>);</pre></div></div>

</li>

Expand Down

0 comments on commit 6aa8d9e

Please sign in to comment.