Skip to content

Commit b3df4ab

Browse files
committed
spelling: preferable
Signed-off-by: Josh Soref <[email protected]>
1 parent d9900fe commit b3df4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/UseInstanceofExtension.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Suggest using non-extending subtype relationships.
3-
* @description Non-extending subtypes ("instanceof extensions") are generally preferrable to instanceof expressions in characteristic predicates.
3+
* @description Non-extending subtypes ("instanceof extensions") are generally preferable to instanceof expressions in characteristic predicates.
44
* @kind problem
55
* @problem.severity warning
66
* @id ql/suggest-instanceof-extension

0 commit comments

Comments
 (0)