mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
fix typos in comment
This commit is contained in:
parent
3b676a7cbd
commit
a5cba75855
1 changed files with 2 additions and 2 deletions
4
api.go
4
api.go
|
|
@ -321,9 +321,9 @@ func importWorker(importWork chan importJob) {
|
|||
for viewName, viewData := range j.req.Views {
|
||||
// The logic here corresponds to the logic in fragment.cleanViewName().
|
||||
// Unfortunately, the logic in that method is not completely exclusive
|
||||
// (i.e. an "other" view named with format YYYMMDD woud be handled
|
||||
// (i.e. an "other" view named with format YYYYMMDD would be handled
|
||||
// incorrectly). One way to address this would be to change the logic
|
||||
// overall so there weren't conflicts. For now, I'm just going to
|
||||
// overall so there weren't conflicts. For now, we just
|
||||
// rely on the field type to inform the intended view name.
|
||||
if viewName == "" {
|
||||
viewName = viewStandard
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue