Skip to content

Commit

Permalink
Merge branch 'master' into perf-ser
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity authored Apr 11, 2024
2 parents d53d4b5 + b66a88d commit 613bc2b
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 613bc2b

Please sign in to comment.