diff --git a/ql/src/semmle/go/frameworks/Stdlib.qll b/ql/src/semmle/go/frameworks/Stdlib.qll index 751a199400c..ec496aca063 100644 --- a/ql/src/semmle/go/frameworks/Stdlib.qll +++ b/ql/src/semmle/go/frameworks/Stdlib.qll @@ -95,7 +95,7 @@ module Fmt { } } -/** Provides models of commonly used functions in the `io/ioutil` package. */ +/** Provides models of commonly used functions in the `io` package. */ module Io { private class ReaderRead extends TaintTracking::FunctionModel, Method { ReaderRead() {