From 4747524feeeea2e7bcbab6b02765606cfa8436bc Mon Sep 17 00:00:00 2001 From: Sauyon Lee Date: Fri, 27 Mar 2020 04:15:30 -0700 Subject: [PATCH] Address review comments Co-Authored-By: Max Schaefer <54907921+max-schaefer@users.noreply.github.com> --- ql/src/semmle/go/frameworks/Stdlib.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {