mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
Fix typos
This commit is contained in:
parent
6e24c45631
commit
82f5f632ad
2 changed files with 2 additions and 2 deletions
|
|
@ -186,7 +186,7 @@ Set(3, A=8, 2017-05-19T00:00)
|
|||
```
|
||||
|
||||

|
||||
*Time quantum fueld diagram*
|
||||
*Time quantum field diagram*
|
||||
|
||||
#### Mutex
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue