mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-29 03:37:55 +00:00
typo: nonexistant => nonexistent (#17918)
* typo: nonexistant => nonexistent * fix test (ordering differs because of https://github.com/nim-lang/Nim/issues/17910)
This commit is contained in:
@@ -210,6 +210,11 @@ window.addEventListener('DOMContentLoaded', main);
|
||||
<li><a class="reference" href="#z11"
|
||||
title="z11()">z11()</a></li>
|
||||
|
||||
</ul>
|
||||
<ul class="simple nested-toc-section">c_nonexistent
|
||||
<li><a class="reference" href="#c_nonexistent%2Ccstring"
|
||||
title="c_nonexistent(frmt: cstring): cint">c_nonexistent(frmt: cstring): cint</a></li>
|
||||
|
||||
</ul>
|
||||
<ul class="simple nested-toc-section">buzz
|
||||
<li><a class="reference" href="#buzz%2CT%2CT"
|
||||
@@ -292,11 +297,6 @@ window.addEventListener('DOMContentLoaded', main);
|
||||
<li><a class="reference" href="#asyncFun2"
|
||||
title="asyncFun2(): owned(Future[void])">asyncFun2(): owned(Future[void])</a></li>
|
||||
|
||||
</ul>
|
||||
<ul class="simple nested-toc-section">c_nonexistant
|
||||
<li><a class="reference" href="#c_nonexistant%2Ccstring"
|
||||
title="c_nonexistant(frmt: cstring): cint">c_nonexistant(frmt: cstring): cint</a></li>
|
||||
|
||||
</ul>
|
||||
<ul class="simple nested-toc-section">asyncFun1
|
||||
<li><a class="reference" href="#asyncFun1"
|
||||
@@ -753,8 +753,8 @@ Some proc
|
||||
the c printf. etc.
|
||||
|
||||
</dd>
|
||||
<a id="c_nonexistant,cstring"></a>
|
||||
<dt><pre><span class="Keyword">proc</span> <a href="#c_nonexistant%2Ccstring"><span class="Identifier">c_nonexistant</span></a><span class="Other">(</span><span class="Identifier">frmt</span><span class="Other">:</span> <span class="Identifier">cstring</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">cint</span> {.<span class="Identifier">importc</span><span class="Other">:</span> <span class="StringLit">"nonexistant"</span><span class="Other">,</span>
|
||||
<a id="c_nonexistent,cstring"></a>
|
||||
<dt><pre><span class="Keyword">proc</span> <a href="#c_nonexistent%2Ccstring"><span class="Identifier">c_nonexistent</span></a><span class="Other">(</span><span class="Identifier">frmt</span><span class="Other">:</span> <span class="Identifier">cstring</span><span class="Other">)</span><span class="Other">:</span> <span class="Identifier">cint</span> {.<span class="Identifier">importc</span><span class="Other">:</span> <span class="StringLit">"nonexistent"</span><span class="Other">,</span>
|
||||
<span class="Identifier">header</span><span class="Other">:</span> <span class="StringLit">"<stdio.h>"</span><span class="Other">,</span> <span class="Identifier">varargs</span><span class="Other">,</span> <span class="Identifier">discardable</span>.}</pre></dt>
|
||||
<dd>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user