diff --git a/src/ConnectedMode/IssueMatcher.cs b/src/ConnectedMode/IssueMatcher.cs
index 40ec3a569d..c6369b53ef 100644
--- a/src/ConnectedMode/IssueMatcher.cs
+++ b/src/ConnectedMode/IssueMatcher.cs
@@ -41,7 +41,8 @@ internal interface IIssueMatcher
bool IsLikelyMatch(IFilterableIssue issue, SonarQubeIssue serverIssue);
///
- /// Returns the first matching issue. Note: for this method to work correctly, all need to be from the same server file
+ /// Returns the first matching issue. Note: for this method to work correctly, all need to be from the same server file.
+ /// False Positives are possible, since can return true for multiple issues in the same file and only the firs one is returned.
///
/// Local issue
/// List of server issues from the same file