Skip to content

Commit

Permalink
_design/import-and-export: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Nov 2, 2023
1 parent a1aa151 commit d56520f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _design/import-and-export/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# import-and-export

This design example contains a subset of the `wasi:clocks` package with a word that both *imports* and *exports* the `wasi:clocks/wall-clock` interface. The purpose of this example is to sketch out a mechanism for generating Go code whereby an interface (and types) can simultaneously be imported and exported.
This design example contains a subset of the `wasi:clocks` package with a world that both *imports* and *exports* the `wasi:clocks/wall-clock` interface. The purpose of this example is to sketch out a mechanism for generating Go code whereby an interface (and types) can simultaneously be imported and exported.

The source WIT file is [world.wit](./world.wit).

0 comments on commit d56520f

Please sign in to comment.