Improve QLDoc for Config::FlowState in StringBreak

This commit is contained in:
Owen Mansel-Chan
2023-08-02 14:08:42 +01:00
parent e33d303b48
commit 089ea010d7

View File

@@ -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) {