Skip to content

Commit 18fa6b6

Browse files
authored
Merge pull request github#3998 from ceh-forks/ceh-fix-typos
Approved by shati-patel
2 parents 7e72ef3 + 246ae57 commit 18fa6b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/language/learn-ql/go/introduce-libraries-go.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ fact that ``p != nil`` is ``true`` at this point:
554554

555555
|cfg2|
556556

557-
A typical use of this information would be in an analyis that looks for ``nil`` dereferences: such
557+
A typical use of this information would be in an analysis that looks for ``nil`` dereferences: such
558558
an analysis would be able to conclude that the field read ``p.f`` is safe because it is immediately
559559
preceded by a condition guard node guaranteeing that ``p`` is not ``nil``.
560560

docs/ql-libraries/dataflow/dataflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,6 @@ https://github.com/github/codeql/pull/1718 for details.
469469
### Consistency checks
470470

471471
The file `dataflow/internal/DataFlowImplConsistency.qll` contains a number of
472-
consistency checks to verify that the language-specfic parts satisfy the
472+
consistency checks to verify that the language-specific parts satisfy the
473473
invariants that are expected by the shared implementation. Run these queries to
474474
check for inconsistencies.

0 commit comments

Comments
 (0)