What happened?
There is a grammatical typo in docs/specification.md at line 475.
Current text:
Metadata keys and are strings and values can be any valid value that can be represented in JSON.
Expected text:
Metadata keys are strings and values can be any valid value that can be represented in JSON.
The extra word "and" after "keys" makes the sentence ungrammatical. This is a minor documentation fix.
Steps to reproduce:
- Open
docs/specification.md
- Go to line 475 (Metadata section)
- Observe the typo
A fix is already proposed in PR #1949.
Relevant log output
Code of Conduct
What happened?
There is a grammatical typo in
docs/specification.mdat line 475.Current text:
Expected text:
The extra word "and" after "keys" makes the sentence ungrammatical. This is a minor documentation fix.
Steps to reproduce:
docs/specification.mdA fix is already proposed in PR #1949.
Relevant log output
Code of Conduct