Skip to content

Commit e1d3397

Browse files
committed
more docs
1 parent 1335006 commit e1d3397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gettingstarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ interface IBar
9797
}
9898
```
9999

100-
Here, the bindings are `/foo/A` and `/bar/B`. A client can be constructed for `IBar` by itself, since `IBar` is routable (via `/bar/`). If there was an additional service that *also* inherited `IBar`, they
101-
could not be used independently, since both uses would want to route via `/bar/.
100+
Here, the bindings are `/foo/A` and `/bar/B`. A client can be constructed for `IBar` by itself, since `IBar` is routable (via `/bar/`) - or a client can be constructed for `IFoo`, which will route `A()` via `/foo/A` and `B()` via `/bar/B`.
101+
If there were additional services that *also* inherited `IBar`, they could not be configured as side-by-side independent implementations of `B`, since all uses would want to route via `/bar/`.
102102

103103
2. Inherited interfaces as composition
104104

0 commit comments

Comments
 (0)