Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Apr 19, 2024
1 parent 60c49e8 commit 0b7eb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/st/api/lims.pm
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ This method can be used both as instance and as a class method.
}
# Exclude lanes 2 and 3 from the merge. Entities belonging to this lane
# wil appear unther the 'singles' key.
# will appear under the 'singles' key.
$all_lims = st::api::lims->aggregate_libraries($run_lims->children(), [2,3]);
for my $l (@{$all_lims->{'singles'}}) {
print 'No merge for ' . $l->to_string;
Expand Down

0 comments on commit 0b7eb97

Please sign in to comment.