Skip to content

Commit

Permalink
Update rfc/system/5606-json-idl.md
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio M. Graetz, Ph.D. <[email protected]>
Signed-off-by: Future-Outlier <[email protected]>
  • Loading branch information
Future-Outlier and fg91 authored Jul 31, 2024
1 parent f61137d commit 7a8cfe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rfc/system/5606-json-idl.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This feature can solve them all.
@task
def t1() -> dict:
...
return {"a": 1} -> protobuf Struct {"a": 1.0}
return {"a": 1} # -> protobuf Struct {"a": 1.0}

@task
def t2(a: <dict>):
Expand Down

0 comments on commit 7a8cfe0

Please sign in to comment.