Skip to content

Commit

Permalink
make doc prettierrrr
Browse files Browse the repository at this point in the history
  • Loading branch information
DongzeHE committed Oct 27, 2023
1 parent 64994a2 commit 99b9599
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/workflow-utility-library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This function has four modes (reference types), triggered by the ``type`` field
local ref_type = utils.ref_type({
type : "splici",
splici : splici_args
})
});
local splici = utils.splici(splici_args);
Expand Down Expand Up @@ -267,7 +267,7 @@ This function has five modes (cell filtering types), triggered by the `type` fie
local cell_filt_type = utils.cell_filt_type({
type : "unfiltered_pl",
unfiltered_pl : unfiltered_pl_args
})
});
local unfiltered_pl = utils.unfiltered_pl(unfiltered_pl_args);
Expand Down

0 comments on commit 99b9599

Please sign in to comment.