Fix typos

This commit is contained in:
Alan Bernstein 2019-04-30 11:48:57 -05:00
parent 6e24c45631
commit 82f5f632ad
2 changed files with 2 additions and 2 deletions

View file

@ -186,7 +186,7 @@ Set(3, A=8, 2017-05-19T00:00)
```
![time quantum field diagram](/img/docs/field-time-quantum.png)
*Time quantum fueld diagram*
*Time quantum field diagram*
#### Mutex

View file

@ -74,7 +74,7 @@ curl localhost:10101/index/repository/field/stargazer \
{"success":true}
```
Since our data contains time stamps whcih represent the time users starred repos, we set the field type to `time`. Time quantum is the resolution of the time we want to use, and we set it to `YMD` (year, month, day) for `stargazer`.
Since our data contains time stamps which represent the time users starred repos, we set the field type to `time`. Time quantum is the resolution of the time we want to use, and we set it to `YMD` (year, month, day) for `stargazer`.
Next up is the `language` field, which will contain IDs for programming languages:
``` request