mirror of
https://github.com/github/codeql.git
synced 2026-05-03 12:45:27 +02:00
spelling: printing
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ import semmle.python.dataflow.new.DataFlow
|
||||
import FluentApiModel
|
||||
|
||||
// Helper for pretty printer `configName`.
|
||||
// This is a consequence of missing pretty priting.
|
||||
// This is a consequence of missing pretty printing.
|
||||
// We do not want to evaluate our bespoke pretty printer
|
||||
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
|
||||
class ProtocolConfiguration extends DataFlow::Node {
|
||||
@@ -31,7 +31,7 @@ class ProtocolConfiguration extends DataFlow::Node {
|
||||
}
|
||||
|
||||
// Helper for pretty printer `callName`.
|
||||
// This is a consequence of missing pretty priting.
|
||||
// This is a consequence of missing pretty printing.
|
||||
// We do not want to evaluate our bespoke pretty printer
|
||||
// for all `DataFlow::Node`s so we define a sub class of interesting ones.
|
||||
class Nameable extends DataFlow::Node {
|
||||
|
||||
Reference in New Issue
Block a user