Skip to content

Commit

Permalink
Update doc/md/canister-maintenance/compatibility.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gabor Greif <[email protected]>
  • Loading branch information
crusso and ggreif authored Feb 1, 2025
1 parent ebee463 commit e35eeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/canister-maintenance/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ The migration function takes a record of stable fields as input and produces a r
The input fields extend or override the types of any stable fields in the actor's
stable signature.
The output fields must be declared in the actors stable signature, and have types that can be consumed by the corresponding declaration in the stable signature.
The output fields must be declared in the actor's stable signature, and have types that can be consumed by the corresponding declaration in the stable signature.
* All values for the input fields must
be present and of compatible type in the old actor, otherwise the
Expand Down

0 comments on commit e35eeda

Please sign in to comment.