Skip to content

Commit

Permalink
Deploy preview for PR 26 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
mxposed committed Jan 16, 2025
1 parent 16d832a commit f4b59f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pr-preview/pr-26/columns.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ <h1>columns.js</h1>

/**
* @typedef {Object} ColumnInfo
* @description Information about dataframe column and how to display it.
* @description Information about a dataframe column and how to display it.
* @property {string} id - column id in the dataset. Required.
*/

Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-26/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ <h5>Example</h5>


<pre class="prettyprint"><code>{
'model: ['Toyota Corolla', 'Fiat 128', 'Honda Civic'],
'model': ['Toyota Corolla', 'Fiat 128', 'Honda Civic'],
'mpg': [33.9, 32.4, 30.4],
'weight': [1.835, 2.2, 1.615]
}</code></pre>
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-26/main.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1>main.js</h1>
* array. All columns are of the same length.
* @example
* {
* 'model: ['Toyota Corolla', 'Fiat 128', 'Honda Civic'],
* 'model': ['Toyota Corolla', 'Fiat 128', 'Honda Civic'],
* 'mpg': [33.9, 32.4, 30.4],
* 'weight': [1.835, 2.2, 1.615]
* }
Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-26/module-columns.html
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ <h4 class="name" id="~ColumnInfo">


<div class="description">
<p>Information about dataframe column and how to display it.</p>
<p>Information about a dataframe column and how to display it.</p>
</div>


Expand Down
2 changes: 1 addition & 1 deletion pr-preview/pr-26/scIB.c9996616.js.map

Large diffs are not rendered by default.

0 comments on commit f4b59f9

Please sign in to comment.