File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
swift/ql/lib/codeql/swift/frameworks Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ private class InitializerFromDataStep extends AdditionalTaintStep {
7575 * An imprecise flow step for an `append`, `insert` or similar function. For
7676 * example:
7777 * ```
78- * mc.append(taintedObj)
79- * mc.insert(taintedObj, at: 0)
78+ * mc.append(taintedObj)
79+ * mc.insert(taintedObj, at: 0)
8080 * ```
8181 */
8282private class AppendCallStep extends AdditionalTaintStep {
@@ -95,7 +95,7 @@ private class AppendCallStep extends AdditionalTaintStep {
9595 * An imprecise flow step for an `appending` or similar function. For
9696 * example:
9797 * ```
98- * let mc2 = mc.appending(taintedObj)
98+ * let mc2 = mc.appending(taintedObj)
9999 * ```
100100 */
101101private class AppendingCallStep extends AdditionalTaintStep {
You can’t perform that action at this time.
0 commit comments