Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

fix typos #24

Merged
merged 1 commit into from
Aug 20, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions docs/comb.html
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,7 @@ <h3>
<em>Arguments</em>
<ul>

<li> <em>obj</em> : the object in which the method you are connection to resides</li>
<li> <em>obj</em> : the object in which the method you are connecting to resides</li>

<li> <em>method</em> : the name of the method to connect to</li>

Expand Down Expand Up @@ -1689,7 +1689,7 @@ <h3>
<em>Defined base/date.js</em>

<p>
Subtracts the specified days/s from the current date.
Subtracts the specified day/s from the current date.

</p>

Expand Down Expand Up @@ -1742,7 +1742,7 @@ <h3>
<em>Defined base/date.js</em>

<p>
Adds the specified days/s to the current date.
Adds the specified day/s to the current date.

</p>

Expand Down Expand Up @@ -1795,7 +1795,7 @@ <h3>
<em>Defined base/object.js</em>

<p>
Determines if an two things are deep equal.
Determines if two things are deep equal.

</p>

Expand Down Expand Up @@ -1935,7 +1935,7 @@ <h3>
<p>
Class methods
<ul>
<li>as(module | bject, name): exports the object to module or the object with the name</li>
<li>as(module | object, name): exports the object to module or the object with the name</li>
<li>mixin(mixin) : mixes in an object</li>
</ul>
</br>
Expand Down Expand Up @@ -2429,7 +2429,7 @@ <h3>

<p>
Binds a method to a particular scope ignoring any new arguments passed
into the functuion. This useful if you want to force particular arguments and
into the function. This is useful if you want to force particular arguments and
ignore any new ones

</p>
Expand Down Expand Up @@ -2937,7 +2937,7 @@ <h3>
<em>Defined base/object.js</em>

<p>
Determins if an object is just a hash and not a qualified Object such as number
Determines if an object is just a hash and not a qualified Object such as Number

</p>

Expand Down Expand Up @@ -3014,7 +3014,7 @@ <h3>
<em>Arguments</em>
<ul>

<li> <em>obj</em> : the thing to test if it and instnace of a class</li>
<li> <em>obj</em> : the thing to test if it and instance of a class</li>

<li> <em>clazz</em> : </li>

Expand Down Expand Up @@ -3577,7 +3577,7 @@ <h3>
<em>Defined base/misc.js</em>

<p>
Adds listeners to process.exit with out having to change setMaxListeners useful if you
Adds listeners to process.exit without having to change setMaxListeners useful if you
are writing a library and do not want to change core setting.

</p>
Expand Down Expand Up @@ -3702,7 +3702,7 @@ <h3>
<em>Defined base/date.js</em>

<p>
Subtracts the specified minutes/s from the current date.
Subtracts the specified minute/s from the current date.

</p>

Expand Down Expand Up @@ -3755,7 +3755,7 @@ <h3>
<em>Defined base/date.js</em>

<p>
Adds the specified minutes/s to the current date.
Adds the specified minute/s to the current date.

</p>

Expand Down Expand Up @@ -3824,7 +3824,7 @@ <h3>
<em>Returns</em>
<ul>

<li> <code>Date</code> a date with the number of monts subtracted</li>
<li> <code>Date</code> a date with the number of months subtracted</li>

</ul>

Expand Down Expand Up @@ -4058,7 +4058,7 @@ <h3>
<em>Defined base/date.js</em>

<p>
Subtracts the specified seconds/s from the current date.
Subtracts the specified second/s from the current date.

</p>

Expand Down Expand Up @@ -4769,7 +4769,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/comb_Promise.html
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ <h3>
return ret;
}
};
[&quot;addCallback&quot;, &quot;addErrback&quot;, &quot;then&quot;, &quot;both&quot;].forEach(function (action) {
[&quot;addCallback&quot;, &quot;addErrback&quot;, &quot;then&quot;, &quot;both&quot;, &quot;classic&quot;].forEach(function (action) {
ret[action] = function () {
this[action].apply(this, arguments);
return ret;
Expand Down Expand Up @@ -1247,7 +1247,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_PromiseList.html
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_array.html
Original file line number Diff line number Diff line change
Expand Up @@ -2570,7 +2570,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_characters.html
Original file line number Diff line number Diff line change
Expand Up @@ -1399,7 +1399,7 @@

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_AVLTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_AnderssonTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_BinaryTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Collection.html
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_HashTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Heap.html
Original file line number Diff line number Diff line change
Expand Up @@ -949,7 +949,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Iterable.html
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_MaxHeap.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_MinHeap.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Pool.html
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_PriorityQueue.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Queue.html
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_RedBlackTree.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Stack.html
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_collections_Tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_date.html
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_BasicConfigurator.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_Level.html
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_Logger.html
Original file line number Diff line number Diff line change
Expand Up @@ -1467,7 +1467,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_PropertyConfigurator.html
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_appenders_Appender.html
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ <h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_appenders_ConsoleAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_appenders_FileAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/comb_logging_appenders_JSONAppender.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ <h3>Constructor</h3>

<hr>

Documentation gennerated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.
Documentation generated using <a href="https://github.com/doug-martin/coddoc">coddoc</a>.


</div>
Expand Down
Loading