Skip to content

Commit b905782

Browse files
authored
Merge pull request #470 from codecrafters-io/TropicolX-patch-93
Simplify config.yml by removing redundant lines
2 parents 5237933 + b1e9cee commit b905782

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

solutions/typescript/02-rg2/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ hints:
1616
```ts
1717
connection.write('+PONG\r\n')
1818
```
19-
20-
- Strings are sent as UTF-8 by default.
21-
- `+PONG\r\n` is the string "PONG" encoded as a [RESP simple string](https://redis.io/docs/latest/develop/reference/protocol-spec/#simple-strings).
19+
20+
`+PONG\r\n` is the string "PONG" encoded as a [RESP simple string](https://redis.io/docs/latest/develop/reference/protocol-spec/#simple-strings).

0 commit comments

Comments
 (0)