Skip to content

Commit 0ab8947

Browse files
committed
Swift: Fix more underline length issues.
1 parent aa8aa0b commit 0ab8947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-swift.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The global taint tracking library uses the same configuration module as the glob
212212
select source, "Taint flow to $@.", sink, sink.toString()
213213
214214
Predefined sources
215-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
215+
~~~~~~~~~~~~~~~~~~
216216

217217
The data flow library module ``codeql.swift.dataflow.FlowSources`` contains a number of predefined sources, providing a good starting point for defining data flow and taint flow based security queries.
218218

docs/codeql/codeql-language-guides/codeql-for-swift.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _codeql-for-swift:
22

33
CodeQL for Swift
4-
===============
4+
================
55

66
Experiment and learn how to write effective and efficient queries for CodeQL databases generated from Swift codebases.
77

0 commit comments

Comments
 (0)