Skip to content

Commit 089ea01

Browse files
committed
Improve QLDoc for Config::FlowState in StringBreak
1 parent e33d303 commit 089ea01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/security/StringBreak.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module StringBreak {
3535
}
3636

3737
private module Config implements DataFlow::StateConfigSig {
38-
/** The type of quote being tracked by this configuration. */
38+
/** The flow state that we track is the type of quote used. */
3939
class FlowState = Quote;
4040

4141
predicate isSource(DataFlow::Node source, FlowState state) {

0 commit comments

Comments
 (0)