From 502f765a40434811400093bb725022057a115f7d Mon Sep 17 00:00:00 2001 From: Bolero-MURAKAMI Date: Thu, 29 Aug 2013 22:44:11 +0900 Subject: [PATCH] fix typo --- docs/_sources/libs/sprout/array/array/swap-global.txt | 5 ++--- docs/_sources/libs/sprout/array/array/swap.txt | 1 - docs/libs/sprout/array/array/swap-global.html | 5 ++--- docs/libs/sprout/array/array/swap.html | 1 - docs/searchindex.js | 2 +- source/libs/sprout/array/array/swap-global.rst | 5 ++--- source/libs/sprout/array/array/swap.rst | 1 - 7 files changed, 7 insertions(+), 13 deletions(-) diff --git a/docs/_sources/libs/sprout/array/array/swap-global.txt b/docs/_sources/libs/sprout/array/array/swap-global.txt index ed4b2769..774a6c8c 100644 --- a/docs/_sources/libs/sprout/array/array/swap-global.txt +++ b/docs/_sources/libs/sprout/array/array/swap-global.txt @@ -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 ======================================== diff --git a/docs/_sources/libs/sprout/array/array/swap.txt b/docs/_sources/libs/sprout/array/array/swap.txt index 7dac5f0b..b06fbced 100644 --- a/docs/_sources/libs/sprout/array/array/swap.txt +++ b/docs/_sources/libs/sprout/array/array/swap.txt @@ -36,7 +36,6 @@ Complexity ======================================== | linear in N. -| Recursive function invocations in *O(1)* (constant) depth. Header ======================================== diff --git a/docs/libs/sprout/array/array/swap-global.html b/docs/libs/sprout/array/array/swap-global.html index b757060c..2ff4ce13 100644 --- a/docs/libs/sprout/array/array/swap-global.html +++ b/docs/libs/sprout/array/array/swap-global.html @@ -104,13 +104,13 @@

Effects

-
lhs.swap(y).
+
lhs.swap(rhs).

Throws

-
Nothing unless lhs.swap(y) throws an exception.
+
Nothing unless lhs.swap(rhs) throws an exception.
@@ -130,7 +130,6 @@

Complexity

linear in N.
-
Recursive function invocations in O(1) (constant) depth.