Skip to content

Commit

Permalink
Fix doc comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
runesoerensen committed Aug 29, 2024
1 parent 8d4d3f6 commit c9f9abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcnb-data/src/launch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl LaunchBuilder {
self
}

/// Adds multiple processes to the launch configuration.
/// Adds multiple labels to the launch configuration.
pub fn labels<I: IntoIterator<Item = L>, L: Into<Label>>(&mut self, labels: I) -> &mut Self {
for label in labels {
self.label(label);
Expand Down

0 comments on commit c9f9abb

Please sign in to comment.