Skip to content

Commit c141447

Browse files
authored
Merge pull request #908 from haskell-servant/paremeter-stream-tutorial
Fix typo in tutorial
2 parents 3e1748c + 6ed48b7 commit c141447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial/ApiType.lhs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ type StreamGet = Stream 'GET
137137
type StreamPost = Stream 'POST
138138
```
139139
140-
These describe endpoints that return a stream of values rather than just a single value. They not only take a single content type as a paremeter, but also a framing strategy -- this specifies how the individual results are deliniated from one another in the stream. The two standard strategies given with Servant are `NewlineFraming` and `NetstringFraming`, but others can be written to match other protocols.
140+
These describe endpoints that return a stream of values rather than just a single value. They not only take a single content type as a parameter, but also a framing strategy -- this specifies how the individual results are deliniated from one another in the stream. The two standard strategies given with Servant are `NewlineFraming` and `NetstringFraming`, but others can be written to match other protocols.
141141
142142
143143
### `Capture`

0 commit comments

Comments
 (0)