mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
fix typo
This commit is contained in:
parent
4b21f64ea9
commit
502f765a40
7 changed files with 7 additions and 13 deletions
|
@ -15,12 +15,12 @@ Interface
|
|||
Effects
|
||||
========================================
|
||||
|
||||
| ``lhs.swap(y)``.
|
||||
| ``lhs.swap(rhs)``.
|
||||
|
||||
Throws
|
||||
========================================
|
||||
|
||||
| Nothing unless ``lhs.swap(y)`` throws an exception.
|
||||
| Nothing unless ``lhs.swap(rhs)`` throws an exception.
|
||||
|
||||
Examples
|
||||
========================================
|
||||
|
@ -39,7 +39,6 @@ Complexity
|
|||
========================================
|
||||
|
||||
| linear in N.
|
||||
| Recursive function invocations in *O(1)* (constant) depth.
|
||||
|
||||
Header
|
||||
========================================
|
||||
|
|
|
@ -36,7 +36,6 @@ Complexity
|
|||
========================================
|
||||
|
||||
| linear in N.
|
||||
| Recursive function invocations in *O(1)* (constant) depth.
|
||||
|
||||
Header
|
||||
========================================
|
||||
|
|
|
@ -104,13 +104,13 @@
|
|||
<div class="section" id="effects">
|
||||
<h2>Effects<a class="headerlink" href="#effects" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">lhs.swap(y)</span></tt>.</div>
|
||||
<div class="line"><tt class="docutils literal"><span class="pre">lhs.swap(rhs)</span></tt>.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="throws">
|
||||
<h2>Throws<a class="headerlink" href="#throws" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">Nothing unless <tt class="docutils literal"><span class="pre">lhs.swap(y)</span></tt> throws an exception.</div>
|
||||
<div class="line">Nothing unless <tt class="docutils literal"><span class="pre">lhs.swap(rhs)</span></tt> throws an exception.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="examples">
|
||||
|
@ -130,7 +130,6 @@
|
|||
<h2>Complexity<a class="headerlink" href="#complexity" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">linear in N.</div>
|
||||
<div class="line">Recursive function invocations in <em>O(1)</em> (constant) depth.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="header">
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
<h2>Complexity<a class="headerlink" href="#complexity" title="Permalink to this headline">¶</a></h2>
|
||||
<div class="line-block">
|
||||
<div class="line">linear in N.</div>
|
||||
<div class="line">Recursive function invocations in <em>O(1)</em> (constant) depth.</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="header">
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -15,12 +15,12 @@ Interface
|
|||
Effects
|
||||
========================================
|
||||
|
||||
| ``lhs.swap(y)``.
|
||||
| ``lhs.swap(rhs)``.
|
||||
|
||||
Throws
|
||||
========================================
|
||||
|
||||
| Nothing unless ``lhs.swap(y)`` throws an exception.
|
||||
| Nothing unless ``lhs.swap(rhs)`` throws an exception.
|
||||
|
||||
Examples
|
||||
========================================
|
||||
|
@ -39,7 +39,6 @@ Complexity
|
|||
========================================
|
||||
|
||||
| linear in N.
|
||||
| Recursive function invocations in *O(1)* (constant) depth.
|
||||
|
||||
Header
|
||||
========================================
|
||||
|
|
|
@ -36,7 +36,6 @@ Complexity
|
|||
========================================
|
||||
|
||||
| linear in N.
|
||||
| Recursive function invocations in *O(1)* (constant) depth.
|
||||
|
||||
Header
|
||||
========================================
|
||||
|
|
Loading…
Reference in a new issue