Skip to content

Commit 8e89902

Browse files
committed
words are hard
1 parent e1d3397 commit 8e89902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ interface IBlap : IBar
128128
}
129129
```
130130

131-
This adds the bindings `/blap/C` and `/blap/B`, so now we have two completely independent routable implementations of `B()`. This is especially useful for generic scenarios, common repositories, etc.
131+
This adds the bindings `/blap/C` and `/blap/B`, so now we have two completely independent routable implementations of `B()`. This is especially useful for generic scenarios, common service-level infrastructure APIs, repository APIs, etc.
132132

133133
#### Call types
134134

0 commit comments

Comments
 (0)