mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-26 10:15:48 +03:00
Fix typo
This commit is contained in:
parent
900cf8fa70
commit
511d346feb
@ -606,7 +606,7 @@ We recommend using Endpoints. Matchpoints are great if you're not worried about
|
||||
|
||||
2. All Handlers in a Matchpoint Server must operate within the same context. For Endpoints, this is not the case.
|
||||
|
||||
3. Endpoints are more modular. You can achieve some level of moduarity with your Matchpoints by using nested `-XPatternSynonyms` though.
|
||||
3. Endpoints are more modular. You can achieve some level of modularity with your Matchpoints by using nested `-XPatternSynonyms` though.
|
||||
|
||||
4. Matchpoint Servers have no knowledge of what Responses you will return to the Client. Endpoint Servers know every possible Response you may return from your Handlers, besides the ones returned by `IO` errors (the goal is for Endpoints to know about these as well).
|
||||
|
||||
|
@ -612,7 +612,7 @@ any.</p></li>
|
||||
<li><p>All Handlers in a Matchpoint Server must operate within the same
|
||||
context. For Endpoints, this is not the case.</p></li>
|
||||
<li><p>Endpoints are more modular. You can achieve some level of
|
||||
moduarity with your Matchpoints by using nested
|
||||
modularity with your Matchpoints by using nested
|
||||
<code>-XPatternSynonyms</code> though.</p></li>
|
||||
<li><p>Matchpoint Servers have no knowledge of what Responses you will
|
||||
return to the Client. Endpoint Servers know every possible Response you
|
||||
|
Loading…
Reference in New Issue
Block a user