From 4cf1e133965032e557d4997ace4ddda129758e89 Mon Sep 17 00:00:00 2001 From: Tobias Wienand Date: Fri, 7 Feb 2025 11:21:50 +0100 Subject: [PATCH] nit: Fix comment --- Sources/Fuzzilli/FuzzIL/JSTyper.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/Fuzzilli/FuzzIL/JSTyper.swift b/Sources/Fuzzilli/FuzzIL/JSTyper.swift index 1c1b8b55..b792515e 100644 --- a/Sources/Fuzzilli/FuzzIL/JSTyper.swift +++ b/Sources/Fuzzilli/FuzzIL/JSTyper.swift @@ -302,8 +302,7 @@ public struct JSTyper: Analyzer { /// Recursively infers an ILType for a parameter in the outer view. /// For identifiers the type is `.anything`, for arrays we require an iterable, - /// and for objects we produce an object type whose properties are determined by - /// recursively processing the parameter pattern. + /// and for objects we produce an object type with the property names. private func inferOuterParameterType(from pattern: ParameterPattern) -> ILType { switch pattern { case .identifier: