Skip to content

Commit 9836db2

Browse files
SyatiCopilot
andauthored
Update sig/structured_params/params.rbs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c9b64a1 commit 9836db2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sig/structured_params/params.rbs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@ module StructuredParams
7575

7676
# Serialize structured values
7777
# : (untyped, compact: false) -> untyped
78+
# : (untyped, compact: true) -> untyped
7879
def serialize_structured_value: (untyped, compact: false) -> untyped
80+
| (untyped, compact: true) -> untyped
7981

8082
# Integrate structured parameter errors into parent errors
8183
# : (untyped, String) -> void

0 commit comments

Comments
 (0)