mirror of
https://github.com/github/codeql.git
synced 2026-04-21 06:55:31 +02:00
Fix typo
Co-authored-by: Jami <57204504+jcogs33@users.noreply.github.com>
This commit is contained in:
committed by
Ed Minnix
parent
dbb5aa9aad
commit
2f53adf2c2
@@ -7,7 +7,7 @@ private import semmle.code.java.dataflow.DataFlow
|
||||
private import semmle.code.java.dataflow.ExternalFlow
|
||||
|
||||
/**
|
||||
* A node which represents the use of a credential.
|
||||
* A node that represents the use of a credential.
|
||||
*/
|
||||
abstract class CredentialSinkNode extends DataFlow::Node { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user