Grammar fix

This commit is contained in:
Vitor Pamplona 2023-10-16 15:55:23 -04:00
parent 1cb0645d8f
commit 977f2282a9

2
29.md
View File

@ -52,4 +52,4 @@ The weekly hash MUST happen in the client and in the relay in the exact same way
### Why weekly?
Simplicity. We could do a recursive approach where the Client sends the format it wants to wants to use (e.g: `YYYY`, `YYYY-ww`, `YYYY-MM`, `YYYY-MM-dd`, `YYYY-MM-ddHH`, `YYYY-MM-ddHHmm`). This flexibility allows for some cost savings but adds complexity to the implementation of this NIP.
Simplicity. We could do a recursive approach where the Client chooses the format (e.g: `YYYY`, `YYYY-ww`, `YYYY-MM`, `YYYY-MM-dd`, `YYYY-MM-ddHH`, `YYYY-MM-ddHHmm`). This flexibility allows for some cost savings but adds complexity to the implementation of this NIP.