Skip to content

Commit

Permalink
Couple of typos (ShiftLeftSecurity#1691)
Browse files Browse the repository at this point in the history
* Typo: fixes duplicate usage of "the"

* Typo: removed extraneous `"`
  • Loading branch information
xavierpinho authored Jan 26, 2023
1 parent 98afdf0 commit 57b6024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Cfg extends SchemaBase {
comment = """This is the base class for all control flow nodes. It is itself
|a child class of `AST_NODE`, that is, all control flow graph nodes
|are also syntax tree nodes in the CPG specification.
|"""".stripMargin
|""".stripMargin
)
.extendz(astNode)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Namespace extends SchemaBase {
|
|The `NAME` field contains the namespace name in a human-readable format.
|The name should be given in dot-separated form where a dot indicates
|the the right hand side is a sub namespace of the left hand side, e.g.,
|that the right hand side is a sub namespace of the left hand side, e.g.,
|`foo.bar` denotes the namespace `bar` contained in the namespace `foo`.
|
|""".stripMargin
Expand Down

0 comments on commit 57b6024

Please sign in to comment.