Skip to content

Commit

Permalink
Update Candid.md
Browse files Browse the repository at this point in the history
I think there's a typo here.
  • Loading branch information
crusso authored Mar 20, 2024
1 parent 8e6b8a7 commit fec8f0b
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 fec8f0b

Please sign in to comment.