Skip to content

Commit

Permalink
Update Candid.md (#538)
Browse files Browse the repository at this point in the history
I think there's a typo here.

Co-authored-by: Yan Chen <[email protected]>
  • Loading branch information
crusso and chenyan-dfinity authored Apr 11, 2024
1 parent 1f396d7 commit b66a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Candid.md
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ T(service {<methtype>*}) =
T : <methtype> -> i8*
T(<name>:<datatype>) = leb128(|utf8(<name>)|) i8*(utf8(<name>)) I(<datatype>)
T : <funcann> -> i8*
T : <funcann> -> i8
T(query) = i8(1)
T(oneway) = i8(2)
T(composite_query) = i8(3)
Expand Down

0 comments on commit b66a88d

Please sign in to comment.