Skip to content

Commit 64f6962

Browse files
authored
Update RebaseOptions.cs
1 parent 2dc649e commit 64f6962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: LibGit2Sharp/RebaseOptions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public sealed class RebaseOptions : IConvertableToGitCheckoutOpts
4242
public CheckoutFileConflictStrategy FileConflictStrategy { get; set; }
4343

4444
/// <summary>
45-
/// Submodule update options passed to submodule updates on rtebase step.
45+
/// Submodule update options passed to submodule updates on rebase step.
4646
/// </summary>
4747
public SubmoduleUpdateOptions SubmoduleUpdateOptions { get; set; }
4848

0 commit comments

Comments
 (0)