Skip to content

Commit c4b8396

Browse files
jcogs33owen-mc
andauthored
fix typo in query description
Co-authored-by: Owen Mansel-Chan <[email protected]>
1 parent e621f9f commit c4b8396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/Violations of Best Practice/Undesirable Calls/DoNotCallFinalize.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @previous-id java/do-not-use-finalizers
44
* @name Do not call `finalize()`
55
* @description Calling `finalize()` in application code may cause
6-
* inconsistent program state or unpredicatable behavior.
6+
* inconsistent program state or unpredictable behavior.
77
* @kind problem
88
* @precision high
99
* @problem.severity error

0 commit comments

Comments
 (0)