Skip to content

Commit

Permalink
Merge pull request #227 from vgaborabs/patch-1
Browse files Browse the repository at this point in the history
Fix Stream section response texts
  • Loading branch information
rohitpaulk authored Jun 22, 2024
2 parents f78b8bf + 78002f6 commit 918e839
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2869,8 +2869,8 @@ stages:
*2\r\n
$3\r\n0-2\r\n
*2\r\n
$3\r\ntemperature\r\n
$3\r\n96\r\n
$11\r\ntemperature\r\n
$2\r\n96\r\n
```
This is the RESP encoded representation of the following.
Expand Down Expand Up @@ -2994,8 +2994,8 @@ stages:
*2\r\n
$3\r\n0-2\r\n
*2\r\n
$3\r\ntemperature\r\n
$3\r\n95\r\n
$11\r\ntemperature\r\n
$2\r\n95\r\n
```
This is the RESP encoded representation of the following.
Expand Down Expand Up @@ -3122,8 +3122,8 @@ stages:
*2\r\n
$3\r\n0-2\r\n
*2\r\n
$3\r\ntemperature\r\n
$3\r\n96\r\n
$11\r\ntemperature\r\n
$2\r\n96\r\n
```
This is the RESP encoded representation of the following.
Expand Down

0 comments on commit 918e839

Please sign in to comment.