Skip to content

Commit

Permalink
wit: fully-resolved -> fully resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ydnar committed Sep 24, 2023
1 parent 3f68b07 commit a9767d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wit/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type World struct {
Imports map[string]WorldItem
Exports map[string]WorldItem

// The [Package] that this World belongs to. It must be non-nil when fully-resolved.
// The [Package] that this World belongs to. It must be non-nil when fully resolved.
Package *Package
Docs Docs
_typeOwner
Expand All @@ -60,7 +60,7 @@ type Interface struct {
TypeDefs map[string]*TypeDef
Functions map[string]*Function

// The [Package] that this Interface belongs to. It must be non-nil when fully-resolved.
// The [Package] that this Interface belongs to. It must be non-nil when fully resolved.
Package *Package
Docs Docs
_worldItem
Expand Down

0 comments on commit a9767d0

Please sign in to comment.