Skip to content

Commit 4efe9cd

Browse files
Fix typo
1 parent 6186d77 commit 4efe9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/launchinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ impl SBLaunchInfo {
135135
unsafe { sys::SBLaunchInfoSetArguments(self.raw, argv, append) };
136136
}
137137

138-
/// Returns an interator over the command line arguments.
138+
/// Returns an iterator over the command line arguments.
139139
pub fn arguments(&self) -> impl Iterator<Item = &str> {
140140
SBLaunchInfoArgumentsIter {
141141
launch_info: self,

0 commit comments

Comments
 (0)