We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc649e commit 64f6962Copy full SHA for 64f6962
LibGit2Sharp/RebaseOptions.cs
@@ -42,7 +42,7 @@ public sealed class RebaseOptions : IConvertableToGitCheckoutOpts
42
public CheckoutFileConflictStrategy FileConflictStrategy { get; set; }
43
44
/// <summary>
45
- /// Submodule update options passed to submodule updates on rtebase step.
+ /// Submodule update options passed to submodule updates on rebase step.
46
/// </summary>
47
public SubmoduleUpdateOptions SubmoduleUpdateOptions { get; set; }
48
0 commit comments