Skip to content

Commit

Permalink
Type typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Aug 24, 2020
1 parent 075defd commit 32d4fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/endo/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ type FileModule = {
// ExitName is the name of a built-in module, to be threaded in from the
// modules passed to the module executor.
type ExitName string;
type ExitName = string;
// ExitModule refers to a module that comes from outside the compartment map.
type ExitModule = {
Expand Down

0 comments on commit 32d4fe6

Please sign in to comment.