Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Moore (MakerX) <[email protected]>
  • Loading branch information
joe-p and robdmoore authored Oct 2, 2024
1 parent 58a133d commit aa79e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCs/arc-0056.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ interface Method {
* - local: The data key signifies the local state key to read the value from (for the sender)
* - literal: the value is a literal and should be passed directly as the argument
*/
source: 'box' | 'global' | 'local' | 'literal;
source: 'box' | 'global' | 'local' | 'literal';
};
}>;
/** Information about the method's return value */
Expand Down Expand Up @@ -282,7 +282,7 @@ type AVMUint64 = "AVMUint64";
type AVMType = AVMBytes | AVMString | AVMUint64;

/** Information about a single field in a struct */
interface StructField = {
interface StructField {
/** The name of the struct field */
name: string;
/** The type of the struct field's value */
Expand Down

0 comments on commit aa79e86

Please sign in to comment.