]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12560 Better explain the concept of bugs in documentation
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Mon, 23 Aug 2021 15:31:24 +0000 (17:31 +0200)
committersonartech <sonartech@sonarsource.com>
Tue, 24 Aug 2021 20:07:41 +0000 (20:07 +0000)
server/sonar-docs/src/pages/user-guide/issues.md

index ff402c13bcf151b9194dfc86472adba82d995d78..7e3b1a9a4e086f12f83d48c3e6be1c0cf1b3357a 100644 (file)
@@ -9,7 +9,7 @@ While running an analysis, SonarQube raises an issue every time a piece of code
 
 There are three types of issues:
 
-1. **Bug** – A coding error that will break your code and needs to be fixed immediately.
+1. **Bug** – A coding mistake that can lead to an error or unexpected behavior at runtime.
 1. **Vulnerability** – A point in your code that's open to attack.
 1. **Code Smell** – A maintainability issue that makes your code confusing and difficult to maintain.