Skip to content

Commit

Permalink
nit: Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasWienand committed Feb 7, 2025
1 parent 1d31162 commit 4cf1e13
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Fuzzilli/FuzzIL/JSTyper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4cf1e13

Please sign in to comment.