Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ enum class SnippetChoiceReason {
ORIGINAL_FINDING,

/**
* Other reason.
* Any other reason which cannot be represented by any other element of [SnippetChoiceReason].
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Maybe "by the further entries of [SnippetChoiceReason]"? (To avoid duplication of "any" and to not explain "OTHER" with "other (elements)").

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so if we change it here i propose we also change it for those files.

Yes, I'm all for consistency here. If you agree the proposed wording to be better, maybe just align all three of them in this single commit? I think the commit message already would cover that and could stay unchanged.

*/
OTHER
}
Loading