Skip to content

Commit 84d6956

Browse files
Fix decorator QLdoc
1 parent ca7789d commit 84d6956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/lib/semmle/python/frameworks/Gradio.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ module Gradio {
9999
}
100100

101101
/**
102-
* Track `inputs` parameters in Gradio decorators to event handlers, that are sources of untrusted data.
102+
* The `inputs` parameters in Gradio decorators to event handlers, that are sources of untrusted data.
103103
*/
104104
class GradioInputDecorator extends RemoteFlowSource::Range {
105105
GradioInputDecorator() {

0 commit comments

Comments
 (0)