Skip to content

Commit

Permalink
fixup! [major] Add public modules
Browse files Browse the repository at this point in the history
  • Loading branch information
seldridge committed Nov 1, 2023
1 parent 1b7f50b commit 5676d11
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,6 @@ circuit :
connect b, bar.b
```

A circuit may contain public modules that instantiate no common instances. Two
public modules may share common instances.

The circuit below is more complex. This circuit contains three public modules,
`Foo`, `Bar`, and `Baz`, and one non-public module, `Qux`. Module `Foo` has no
common instances with `Bar` or `Baz`. `Bar` and `Baz` both instantiate `Qux`:
Expand Down

0 comments on commit 5676d11

Please sign in to comment.