Skip to content

Commit

Permalink
Fix docs issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Oct 18, 2021
1 parent 3d82305 commit 2383cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/components/cylc/gscan/deltas.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import * as GScanTree from '@/components/cylc/gscan/index'
* Deltas added.
*
* @param {DeltasAdded} added
* @param {import('./index').GScan} gscan
* @param {GScan} gscan
* @param {*} options
* @returns {Result}
*/
Expand Down Expand Up @@ -49,7 +49,7 @@ function applyDeltasAdded (added, gscan, options) {
* Deltas updated.
*
* @param {DeltasUpdated} updated
* @param {import('./index').GScan} gscan
* @param {GScan} gscan
* @param {*} options
* @returns {Result}
*/
Expand Down Expand Up @@ -78,7 +78,7 @@ function applyDeltasUpdated (updated, gscan, options) {
* Deltas pruned.
*
* @param {DeltasPruned} pruned
* @param {import('./index').GScan} gscan
* @param {GScan} gscan
* @param {*} options
* @returns {Result}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/model/WorkflowState.model.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export class WorkflowState extends Enumify {

/**
* Workflow states ordered for display purposes.
* @type {Map} - Using a map to prevent more unexpected sorting issues
* @type {Map}
* @see https://stackoverflow.com/questions/5525795/does-javascript-guarantee-object-property-order/38218582#38218582
*/
export const WorkflowStateOrder = new Map([
Expand Down

0 comments on commit 2383cfc

Please sign in to comment.