Skip to content

Commit 1383c19

Browse files
authored
it -> if (#278)
1 parent a2a5885 commit 1383c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bastion/src/supervisor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ impl SupervisorRef {
14851485
/// `SupervisorRef` is referencing to supervise it.
14861486
///
14871487
/// This methods returns a [`ChildrenRef`] referencing the newly
1488-
/// created children group it it succeeded, or `Err(())`
1488+
/// created children group if it succeeded, or `Err(())`
14891489
/// otherwise.
14901490
///
14911491
/// # Arguments

0 commit comments

Comments
 (0)