mirror of
https://github.com/github/codeql.git
synced 2026-04-22 07:15:15 +02:00
Improve QLDoc for Config::FlowState in StringBreak
This commit is contained in:
@@ -35,7 +35,7 @@ module StringBreak {
|
||||
}
|
||||
|
||||
private module Config implements DataFlow::StateConfigSig {
|
||||
/** The type of quote being tracked by this configuration. */
|
||||
/** The flow state that we track is the type of quote used. */
|
||||
class FlowState = Quote;
|
||||
|
||||
predicate isSource(DataFlow::Node source, FlowState state) {
|
||||
|
||||
Reference in New Issue
Block a user