Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 06cfa75

Browse files
authored
Merge branch 'feature/pr-reviews-master' into fixes/cancel-pr-review
2 parents f629007 + b4cf1d0 commit 06cfa75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GitHub.Exports.Reactive/ViewModels/GitHubPane/IPullRequestReviewFileCommentViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public interface IPullRequestReviewFileCommentViewModel
2020
string RelativePath { get; }
2121

2222
/// <summary>
23-
/// Gets a comment which opens the comment in a diff view.
23+
/// Gets a command which opens the comment in a diff view.
2424
/// </summary>
2525
ReactiveCommand<Unit> Open { get; }
2626
}

src/GitHub.UI/Converters/TrimNewlinesConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace GitHub.UI
66
{
77
/// <summary>
8-
/// An <see cref="IValueConverter"/> that trims newlines from a string and replaces them
8+
/// An <see cref="IValueConverter"/> that trims newlines and tabs from a string and replaces them
99
/// with spaces.
1010
/// </summary>
1111
public class TrimNewlinesConverter : ValueConverterMarkupExtension<TrimNewlinesConverter>

0 commit comments

Comments
 (0)