Skip to content

Commit ea1d73a

Browse files
committed
docs
1 parent 6bd3db1 commit ea1d73a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helpers.ColumnSet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ <h4 class="name" id="extend"><span class="type-signature"></span>extend<span cla
13831383

13841384
<div class="description">
13851385
<p>Creates a new <a href="helpers.ColumnSet.html">ColumnSet</a>, by joining the two sets of columns.</p>
1386-
<p>If the two sets contain a column with the same <code>name</code> (case-sensitive), an error is thrown (unless <code>opts.skip</code> is set to <code>true</code>).</p>
1386+
<p>If the two sets contain a column with the same <code>name</code> (case-sensitive), an error is thrown (unless <code>options.skip</code> is set to <code>true</code>).</p>
13871387
</div>
13881388

13891389

helpers_column-set.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-pg
457457
* @description
458458
* Creates a new {@link helpers.ColumnSet ColumnSet}, by joining the two sets of columns.
459459
*
460-
* If the two sets contain a column with the same `name` (case-sensitive), an error is thrown (unless `opts.skip` is set to `true`).
460+
* If the two sets contain a column with the same `name` (case-sensitive), an error is thrown (unless `options.skip` is set to `true`).
461461
*
462462
* @param {helpers.Column|helpers.ColumnSet|array} columns
463463
* Columns to be appended, of the same type as parameter `columns` during {@link helpers.ColumnSet ColumnSet} construction, except:

0 commit comments

Comments
 (0)